Skip to content

Commit

Permalink
break in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Emeleyanov committed Feb 2, 2017
1 parent 12562ec commit e377f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {
if upd.Status.UnavailableReplicas == 0 {
fmt.Println("==> Notice: no unavailable replicas found, assuming ok")
def.Deployed = true
break
continue
}

fmt.Printf("==> Unavailable replica sets: %d, waiting...\n", upd.Status.UnavailableReplicas)
Expand Down

0 comments on commit e377f7c

Please sign in to comment.