Skip to content

Commit 836963f

Browse files
Merge pull request #11 from awslabs/bugfix/standard-output
Make standard output the default output
2 parents 4dc8791 + bf7de31 commit 836963f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cobra/controller/configurationVersion.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ func ConfigurationVersionCmd() *cobra.Command {
5050

5151
aid.SetConfigurationVersionFlags(cmd)
5252

53+
cmd.SetOut(os.Stdout)
54+
cmd.SetErr(os.Stderr)
55+
5356
return cmd
5457
}
5558

0 commit comments

Comments
 (0)