Merge pull request #2075 from jack-evans/missed-trailing-separator

This commit is contained in:
Hidde Beydals 2021-11-11 15:14:04 +01:00 committed by GitHub
commit cdd90cfa75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)