fix: line break after `recipe create`

This commit is contained in:
3wc 2021-08-06 10:37:15 +02:00
parent 202f7ce561
commit 8554e68418
1 changed files with 1 additions and 1 deletions

View File

@ -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),
)