mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Merge pull request #204 from shinypb/master
Get rid of redundant space in the output of `revel new -a`
This commit is contained in:
@@ -117,7 +117,7 @@ func newApp(c *model.CommandConfig) (err error) {
|
|||||||
c.UpdateImportPath()
|
c.UpdateImportPath()
|
||||||
runApp(c)
|
runApp(c)
|
||||||
} else {
|
} else {
|
||||||
fmt.Fprintln(os.Stdout, "\nYou can run it with:\n revel run -a ", c.ImportPath)
|
fmt.Fprintln(os.Stdout, "\nYou can run it with:\n revel run -a", c.ImportPath)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user