From 509062e0acf80ef981ffc44ca8f00969f9250edd Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 7 Jun 2023 11:23:45 +0530 Subject: [PATCH] removed unwanted changes --- command/operator/raft/listpeers/operator_raft_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/operator/raft/listpeers/operator_raft_list.go b/command/operator/raft/listpeers/operator_raft_list.go index de34f0cb57b7..23f12bf227c7 100644 --- a/command/operator/raft/listpeers/operator_raft_list.go +++ b/command/operator/raft/listpeers/operator_raft_list.go @@ -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 }