mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Add space in mach command suggestion.
This commit is contained in:
parent
5dd43bf84c
commit
f55c85f42f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue