diff --git a/iam/cmd.go b/iam/cmd.go index 7e2c1b9..01b4d74 100644 --- a/iam/cmd.go +++ b/iam/cmd.go @@ -429,7 +429,7 @@ Current rules are: case "weeks": check = threshold * 7 * 24 case "months": - check = threshold * 30 * 7 * 24 + check = threshold * 30 * 24 } users, err := getAllUsers(&buildUserDataOptions{