remove trailing --- for install and bootstrap consistency

Signed-off-by: Jack Evans <jack.evans1@ibm.com>
pull/2075/head
Jack Evans 3 years ago
parent 46c75c1af2
commit 05b053e2e9
No known key found for this signature in database
GPG Key ID: 3BB5952E01B16BD7

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

Loading…
Cancel
Save