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
No known key found for this signature in database
GPG key ID: 3BB5952E01B16BD7

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)