Skip to content

Commit 9e09358

Browse files
fix: output stream for project description (#256)
1 parent 9913a5a commit 9e09358

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)