diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:16:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:16:07 +0200 |
commit | 87d871e77649d439b4d62208576239d1341eedef (patch) | |
tree | 7b5ed940155fde57d242d5289ed08fd0c9231526 /build | |
parent | 4551e5797fe83d4e5e31f3164fcfa3418332ac3d (diff) |
Rename config.{import,export} to config.config.{load,save}
Also rename the $config.export() function to $config.save().
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 921ef84..a40db37 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -5,7 +5,7 @@ project = build2 # Force config module creation for meta-opeations other than configure so that -# we can call $config.export() during perform update. +# we can call $config.save() during perform update. # config.config.module = true |