Skip to content

Commit

Permalink
removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jun 7, 2023
1 parent 008946c commit 509062e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/operator/raft/listpeers/operator_raft_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (c *cmd) Run(args []string) int {
c.UI.Error(fmt.Sprintf("Error getting peers: %v", err))
return 1
}

c.UI.Output(result)
return 0
}
Expand Down

0 comments on commit 509062e

Please sign in to comment.