diff --git a/revel/new.go b/revel/new.go index 21fe5b2..c42ab78 100644 --- a/revel/new.go +++ b/revel/new.go @@ -118,7 +118,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 }