mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
684f95bea1
commit
cb19c4a50e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue