summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-05 15:02:39 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-05 15:02:39 -0500
commit8c7114e9c59419fb1ecce075e56c34e0198b8228 (patch)
tree4a1c623fe84177e943bc644a312ddbc7d329d3aa /func
parentae7c1200337c480744dca711baf4f4c00127f652 (diff)
parent6ce920ab5ea52563aa91b5c54be275384cae7335 (diff)
downloadthird_party-func-8c7114e9c59419fb1ecce075e56c34e0198b8228.tar.gz
third_party-func-8c7114e9c59419fb1ecce075e56c34e0198b8228.tar.xz
third_party-func-8c7114e9c59419fb1ecce075e56c34e0198b8228.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
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
# ===================================