fix: line break after recipe create
This commit is contained in:
parent
202f7ce561
commit
8554e68418
@ -141,7 +141,7 @@ var recipeCreateCommand = &cli.Command{
|
||||
}
|
||||
|
||||
fmt.Printf(
|
||||
"New recipe '%s' created in %s, happy hacking!",
|
||||
"New recipe '%s' created in %s, happy hacking!\n",
|
||||
recipe, path.Join(config.APPS_DIR, recipe),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user