Skip to content

Commit

Permalink
revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jun 7, 2023
1 parent 3a63b3d commit 008946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator/raft/listpeers/operator_raft_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ func (c *cmd) Run(args []string) int {
return 1
}

// Fetch the current configuration.
result, err := raftListPeers(client, c.http.Stale())
if err != nil {
c.UI.Error(fmt.Sprintf("Error getting peers: %v", err))
return 1
}
c.UI.Output(result)

return 0
}

Expand Down

0 comments on commit 008946c

Please sign in to comment.