Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 5, 2023
1 parent 0d6a839 commit 5e2c061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/scripts.community/fix_social_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def find_related_v3_namespaces(github_login):
print(f'\t{synced_user.id} owns {owned_namespaces}')

if owned_namespaces:
for ns in owned_namespace:
for ns in owned_namespaces:
ns_owners = rbac.get_v3_namespace_owners(ns)
if current_user not in ns_owners:
print(f'\tFIX - make {current_user} owner of {ns}')
Expand Down

0 comments on commit 5e2c061

Please sign in to comment.