summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index d44fc73..ecb2895 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -162,7 +162,7 @@ class BootAPI:
"""
Create a blank, unconfigured distro, unattached to a collection.
"""
- self.log(new_distro,[is_subobject])
+ self.log("new_distro",[is_subobject])
return self._config.new_distro(is_subobject=is_subobject)