Skip to content

Commit ed1d79d

Browse files
committed
Update cluster down message formatting
1 parent 1007f5b commit ed1d79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ var _clusterDownCmd = &cobra.Command{
473473
}
474474
fmt.Println("already deleted ✓")
475475
default:
476-
fmt.Println("found ✓")
476+
fmt.Println("✓")
477477
clusterExists = true
478478
}
479479
}

0 commit comments

Comments
 (0)