diff --git a/cli/recipe/version.go b/cli/recipe/version.go index cc3dbc34..3487dfb0 100644 --- a/cli/recipe/version.go +++ b/cli/recipe/version.go @@ -91,7 +91,6 @@ var RecipeVersionCommand = &cobra.Command{ if err := formatter.PrintTable(table); err != nil { log.Fatal(err) } - fmt.Println() continue }