From 87d871e77649d439b4d62208576239d1341eedef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 10:16:07 +0200 Subject: Rename config.{import,export} to config.config.{load,save} Also rename the $config.export() function to $config.save(). --- build/bootstrap.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1