Skip to content

Commit 67c5a31

Browse files
author
Daniele Marostica
committed
Merge remote-tracking branch 'origin/main' into feat/project-config-apply-cmd
2 parents fcaca4d + 9e09358 commit 67c5a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/project/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func DescribeCmd(options *clioptions.CLIOptions) *cobra.Command {
6060
OutputFormat: options.OutputFormat,
6161
}
6262

63-
return describeProject(cmd.Context(), client, cmdOptions, cmd.ErrOrStderr())
63+
return describeProject(cmd.Context(), client, cmdOptions, cmd.OutOrStdout())
6464
},
6565
}
6666

0 commit comments

Comments
 (0)