aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-02-21 22:53:39 -0500
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-02-21 22:53:39 -0500
commit85646148865ae50e4e5702f2c707f816060ac5cf (patch)
tree2b09786a625ad777dabe81db067f229856774783
parentdo not rewrite make.conf if sticky-config is set (diff)
downloadcatalyst-85646148.tar.gz
catalyst-85646148.tar.bz2
catalyst-85646148.zip
fix copypasta, sorry
-rw-r--r--catalyst/base/stagebase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index c249295a..e98a289f 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1231,7 +1231,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
if os.path.exists(overlay):
clear_path(overlay)
- if "sticky-config" not in self.settings["options"]):
+ if "sticky-config" not in self.settings["options"]:
# re-write the make.conf to be sure it is clean
self.write_make_conf(setup=False)