Skip to content

Commit

Permalink
fix: emit status to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 27, 2024
1 parent 8c98dec commit abc575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func StatusCommand() *cobra.Command {
return err
}

cmd.Println(string(output))
cmd.OutOrStdout().Write(output)
return nil
},
}
Expand Down

0 comments on commit abc575c

Please sign in to comment.