Skip to content

Commit

Permalink
remove kubermatic emergency break
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed May 14, 2020
1 parent 7e9d833 commit 647b4f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ func main() {
return
}

if confirm && cfg.Organization == "kubermatic" {
panic("nope")
}

log.Printf("► Updating organization %s…", cfg.Organization)

err = sync.Sync(ctx, cfg, client)
Expand Down

0 comments on commit 647b4f8

Please sign in to comment.