mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
Merge pull request #1898 from superbrothers/stdout
Fix "get" commands to use stdout instead of stderr
This commit is contained in:
commit
5aa9ae511f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ func (get getCommand) run(cmd *cobra.Command, args []string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
utils.PrintTable(cmd.OutOrStderr(), header, rows)
|
||||
utils.PrintTable(cmd.OutOrStdout(), header, rows)
|
||||
|
||||
if getAll {
|
||||
fmt.Println()
|
||||
|
|
|
|||
Loading…
Reference in a new issue