summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-02 15:38:24 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-02 15:38:24 +0200
commit2d8593120332a88764ccdee3d02a40177e56a62b (patch)
tree7c4a7d8a38d381fccc991a6e71288596e7c91c78
parent0ca0b25605ebf943945690ef151e6fae6e917edb (diff)
Typo.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index 9ce04b4..c68ee22 100755
--- 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