diff options
Diffstat (limited to 'func/overlord/client.py')
-rwxr-xr-x | func/overlord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py index 3d00302..c30d0f6 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -76,7 +76,7 @@ def get_hosts_by_groupgoo(groups, groupgoo): if groups.has_key(group_gloob[1:]): hosts = hosts + groups[group_gloob[1:]] else: - print "group %s not defined" % each_gloob + print "group %s not defined" % group_gloob return hosts # =================================== |