diff --git a/dev/scripts.commnunity/fix_social_users.py b/dev/scripts.commnunity/fix_social_users.py index e1e92cc33e..4bdf6baf71 100644 --- a/dev/scripts.commnunity/fix_social_users.py +++ b/dev/scripts.commnunity/fix_social_users.py @@ -58,8 +58,7 @@ # proably shouldn't be here if no sync users found? if not synced_users: continue - - synced_user = sycned_users[0] + synced_user = synced_users[0] # does the synced user have content? namespaces = rbac.get_owned_v3_namespaces(synced_user)