Skip to content

Commit 41abbff

Browse files
untypo function name
Co-authored-by: Matyas Selmeci <[email protected]>
1 parent 842db88 commit 41abbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

group_fixup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def get(data):
169169
# api call results massagers
170170

171171

172-
def get_unixcluser_autogroups():
172+
def get_unixcluster_autogroups():
173173
groups = get_osg_co_groups()
174174
return [ g for g in groups["CoGroups"]
175175
if "automatically by UnixCluster" in g["Description"] ]
@@ -221,7 +221,7 @@ def show_misnamed_unixcluster_group(group):
221221

222222

223223
def show_all_unixcluster_groups():
224-
groups = get_unixcluser_autogroups()
224+
groups = get_unixcluster_autogroups()
225225
for group in groups:
226226
show_misnamed_unixcluster_group(group)
227227

0 commit comments

Comments
 (0)