By default, aurweb is cloned into the aurweb directory nowadays. --- 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 -- 2.4.3