diff options
-rwxr-xr-x | schema/reloadtestdb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |