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>
This commit is contained in:
Marcel Korpel 2015-06-16 22:53:00 +02:00 committed by Lukas Fleischer
parent 684f95bea1
commit cb19c4a50e

View file

@ -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