fixing typo

This commit is contained in:
kevgliss 2015-09-19 10:24:56 -07:00
parent 45626c947c
commit 1d45926122
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',