mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-21 23:21:48 +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 {
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue