Skip to content
Snippets Groups Projects
Unverified Commit cdd90cfa authored by Hidde Beydals's avatar Hidde Beydals Committed by GitHub
Browse files

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

parents 46c75c1a 05b053e2
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,6 @@ func installCmdRun(cmd *cobra.Command, args []string) error { ...@@ -177,7 +177,6 @@ func installCmdRun(cmd *cobra.Command, args []string) error {
if installArgs.export { if installArgs.export {
fmt.Print(manifest.Content) fmt.Print(manifest.Content)
fmt.Println("---")
return nil return nil
} else if rootArgs.verbose { } else if rootArgs.verbose {
fmt.Print(manifest.Content) fmt.Print(manifest.Content)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment