Add space in mach command suggestion.

This commit is contained in:
Kyle Cesare 2015-03-26 23:52:08 -07:00
parent 5dd43bf84c
commit f55c85f42f

View file

@ -67,7 +67,7 @@ class MachCommands(CommandBase):
print("The %s profile is not built. Please run './mach build%s' "
"and try again." % ("release" if release else "dev",
"--release" if release else ""))
" --release" if release else ""))
sys.exit()
@Command('run',