summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-01 18:26:42 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-01 18:26:42 -0400
commitf67e544e3a8cfe69a3e933ba8425d2fb83d77b8b (patch)
treeeb0301a9a8f3ac5cf2b9c155f67a404d1be0f0d8 /cobbler/commands.py
parent16ba68f8090ab71c6a06c36ed62154c9351dca1a (diff)
downloadcobbler-f67e544e3a8cfe69a3e933ba8425d2fb83d77b8b.tar.gz
cobbler-f67e544e3a8cfe69a3e933ba8425d2fb83d77b8b.tar.xz
cobbler-f67e544e3a8cfe69a3e933ba8425d2fb83d77b8b.zip
More fixes to base image tracking code.
Diffstat (limited to 'cobbler/commands.py')
-rw-r--r--cobbler/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/commands.py b/cobbler/commands.py
index c6eec6ee..7ddb712f 100644
--- a/cobbler/commands.py
+++ b/cobbler/commands.py
@@ -97,7 +97,7 @@ class FunctionLoader:
if not "report" in args:
return args
ok = False
- for x in ["distro","profile","system","repo"]:
+ for x in ["distro","profile","system","repo","image"]:
if x in args:
ok = True
if not ok: