[aur-dev] [PATCH] reloadtestdb.sh: Use aurweb as main directory

Marcel Korpel marcel.korpel at gmail.com
Tue Jun 16 20:53:00 UTC 2015


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


More information about the aur-dev mailing list