From cb19c4a50e81186d12b0835e36ffadc689fa3e2a Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Tue, 16 Jun 2015 22:53:00 +0200 Subject: reloadtestdb.sh: Use aurweb as main directory By default, aurweb is cloned into the aurweb directory nowadays. Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- schema/reloadtestdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf