summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:55:35 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:55:35 -0500
commitc6d32a240e4c41a6a36f686ccf99d4dc09cd08be (patch)
tree5f796c5cd2ca7605bcdf348cc908c32977df6125 /func
parent0c0db84caeb46f4e10ad8126f0a77e5d54a8e3a3 (diff)
downloadthird_party-func-c6d32a240e4c41a6a36f686ccf99d4dc09cd08be.tar.gz
third_party-func-c6d32a240e4c41a6a36f686ccf99d4dc09cd08be.tar.xz
third_party-func-c6d32a240e4c41a6a36f686ccf99d4dc09cd08be.zip
typo found when a unittest hit that section
Diffstat (limited to 'func')
-rwxr-xr-xfunc/overlord/client.py2
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
# ===================================