diff options
-rwxr-xr-x | scripts/combo-layer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/combo-layer b/scripts/combo-layer index 8db5d7e376..8ed9be8f37 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer | |||
@@ -130,6 +130,7 @@ class Configuration(object): | |||
130 | parser.set(section, option, value) | 130 | parser.set(section, option, value) |
131 | with open(conffile, "w") as f: | 131 | with open(conffile, "w") as f: |
132 | parser.write(f) | 132 | parser.write(f) |
133 | self.repos[repo][option] = value | ||
133 | 134 | ||
134 | def sanity_check(self, initmode=False): | 135 | def sanity_check(self, initmode=False): |
135 | required_options=["src_uri", "local_repo_dir", "dest_dir", "last_revision"] | 136 | required_options=["src_uri", "local_repo_dir", "dest_dir", "last_revision"] |