From 8554e684189180f2a2fc3b2d1a4dcb9436231b8a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 6 Aug 2021 10:37:15 +0200 Subject: [PATCH] fix: line break after `recipe create` --- cli/recipe/recipe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/recipe/recipe.go b/cli/recipe/recipe.go index 7ed08f21..95afb885 100644 --- a/cli/recipe/recipe.go +++ b/cli/recipe/recipe.go @@ -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), )