mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 10:44:28 +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()
|
||||
runApp(c)
|
||||
} 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user