diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 09:51:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 09:51:45 +0200 |
commit | 4551e5797fe83d4e5e31f3164fcfa3418332ac3d (patch) | |
tree | 038e0a836444e7ae3e9f68c93a7fd3f36c31865e /build | |
parent | 45ae0f38febb82a99844df84b65ec0fec31d2918 (diff) |
Rename config.module to config.config.module
The old name was an accidental land-grab.
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index e6c0eb4..921ef84 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -7,7 +7,7 @@ project = build2 # Force config module creation for meta-opeations other than configure so that # we can call $config.export() during perform update. # -config.module = true +config.config.module = true using version using config |