mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #2075 from jack-evans/missed-trailing-separator
This commit is contained in:
commit
cdd90cfa75
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue