1
0
mirror of synced 2026-02-07 03:05:56 +00:00

Correct ineffassign

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták
2021-03-02 22:23:52 -05:00
committed by Hidde Beydals (Rebase PR Action)
parent 69f38b8c77
commit 2092c14aca

View File

@@ -77,7 +77,7 @@ func getReceiverCmdRun(cmd *cobra.Command, args []string) error {
}
var rows [][]string
for _, receiver := range list.Items {
row := []string{}
var row []string
if c := apimeta.FindStatusCondition(receiver.Status.Conditions, meta.ReadyCondition); c != nil {
row = []string{
receiver.GetName(),