Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fix removing accounts from serviceaccounts group
Browse files Browse the repository at this point in the history
  • Loading branch information
CatTheHacker committed Sep 2, 2020
1 parent e8562a7 commit 9d99833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/assign/serviceaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ listServiceAccountGroupMembers:
if len(toRemove) > 0 {
logrus.Info("Start removing Members")
running = 0
for _, address := range toAdd {
for _, address := range toRemove {
running++
requests.Add(1)

Expand Down

0 comments on commit 9d99833

Please sign in to comment.