Merge pull request #87 from kevgliss/typo

fixing typo
This commit is contained in:
kevgliss 2015-09-19 10:25:52 -07:00
commit 50d3e6aff2
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class BuildStatic(Command):
log.info("running [gulp package]")
check_output([os.path.join(ROOT, 'node_modules', '.bin', 'gulp'), 'package'], cwd=ROOT)
except Exception as e:
log.warning("Unable to build static content")
log.warn("Unable to build static content")
setup(
name='lemur',