summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.korpel@gmail.com>2015-06-16 22:53:00 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-17 10:40:24 +0200
commitcb19c4a50e81186d12b0835e36ffadc689fa3e2a (patch)
tree4138c754600004e03180da35876f714763959284
parent684f95bea144872143e2432ccd1bc20489c38f16 (diff)
downloadaurweb-cb19c4a50e81186d12b0835e36ffadc689fa3e2a.tar.xz
reloadtestdb.sh: Use aurweb as main directory
By default, aurweb is cloned into the aurweb directory nowadays. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rwxr-xr-xschema/reloadtestdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/reloadtestdb.sh b/schema/reloadtestdb.sh
index ecaaaa8..e839dce 100755
--- a/schema/reloadtestdb.sh
+++ b/schema/reloadtestdb.sh
@@ -11,7 +11,7 @@ echo "Using database $DB_NAME, user $DB_USER, host $DB_HOST"
mydir=$(pwd)
if [ $(basename $mydir) != "schema" ]; then
- echo "you must be in the aur/schema directory to run this script"
+ echo "you must be in the aurweb/schema directory to run this script"
exit 1
fi