1
0
mirror of synced 2026-02-06 19:05:55 +00:00

remove trailing --- for install and bootstrap consistency

Signed-off-by: Jack Evans <jack.evans1@ibm.com>
This commit is contained in:
Jack Evans
2021-11-11 13:49:50 +00:00
parent 46c75c1af2
commit 05b053e2e9

View File

@@ -177,7 +177,6 @@ func installCmdRun(cmd *cobra.Command, args []string) error {
if installArgs.export {
fmt.Print(manifest.Content)
fmt.Println("---")
return nil
} else if rootArgs.verbose {
fmt.Print(manifest.Content)