Merge pull request #2075 from jack-evans/missed-trailing-separator
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user