Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
Remove unnecessary comment.
  • Loading branch information
HeavyWombat committed May 14, 2024
1 parent 1bcb59e commit a2c7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/pexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func execInClusterPods(hvnr havener.Havener, args []string) error {
printer = make(chan bool, 1)
counter = 0
)
// wg.Add(countContainers)

for pod, containers := range podMap {
for i := range containers {
wg.Add(1)
Expand Down

0 comments on commit a2c7168

Please sign in to comment.