summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-25 10:50:24 +0200
committerErich Eckner <git@eckner.net>2018-05-25 10:50:24 +0200
commit80103377b779450c3a470ddaa2d620c9fdf75491 (patch)
tree9f73ce05f392fbb5c8ef16f27faf055f93cb77ed /bin/db-update
parent673592f9fd24a26565fc6ebfbd4db6832d4b2b38 (diff)
downloadbuilder-80103377b779450c3a470ddaa2d620c9fdf75491.tar.xz
conf/default.conf -> lib/load-configuration; conf/local.conf -> conf/{common,master,slave}.conf
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-update b/bin/db-update
index 2351c77..33a1436 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -19,8 +19,8 @@
# shellcheck disable=SC2039,SC2119,SC2120
-# shellcheck source=../conf/default.conf
-. "${0%/*}/../conf/default.conf"
+# shellcheck source=../lib/load-configuration
+. "${0%/*}/../lib/load-configuration"
# shellcheck disable=SC2016
usage() {