Typo.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 13:38:24 +0000 (15:38 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 13:38:24 +0000 (15:38 +0200)
cdist

diff --git a/cdist b/cdist
index 9ce04b4ce260a1d76cea035cb5cc21fd2e64f3d9..c68ee22fd3f56ca74d76f5b2ca50e55bdf72fe84 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -940,7 +940,7 @@ class Tree(object):
             else:
                 log("Deprecated cscript option_defaults method; replace with a dict")
                 defaults_dict = from_cscript()
-            for k, v in default_dict.items():
+            for k, v in defaults_dict.items():
                 if not k in options:
                     options[k] = v