summaryrefslogtreecommitdiff
path: root/couchdb_restoreall.sh
diff options
context:
space:
mode:
authorroot <root@urchin.dev.bitmask.net>2013-10-30 22:30:37 +0000
committerroot <root@urchin.dev.bitmask.net>2013-10-30 22:30:37 +0000
commit93930972c870b53ac24e4d6d27649e9979950ecb (patch)
tree587cfab251a0d86305555af0a89d9990660ca203 /couchdb_restoreall.sh
parentb634e8f6aeaa793883c101648d8fc8818d5d74ae (diff)
renamed: couchdb-scripts-defaults.conf -> couchdb_scripts_defaults.conf
Diffstat (limited to 'couchdb_restoreall.sh')
-rwxr-xr-xcouchdb_restoreall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/couchdb_restoreall.sh b/couchdb_restoreall.sh
index 20cd6b0..4bc6719 100755
--- a/couchdb_restoreall.sh
+++ b/couchdb_restoreall.sh
@@ -4,7 +4,7 @@
# python-couchdb =< 0.8-1 needs to be patched, see
# http://code.google.com/p/couchdb-python/issues/detail?id=194
-. couchdb-scripts-defaults.conf
+. couchdb_scripts_defaults.conf
. couchdb_functions
dbs="`get_dbs $URL`"