summaryrefslogtreecommitdiffstats
path: root/support/schema/reloadtestdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/schema/reloadtestdb.sh')
-rwxr-xr-xsupport/schema/reloadtestdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/schema/reloadtestdb.sh b/support/schema/reloadtestdb.sh
index 5f26023c..f6a8ae2f 100755
--- a/support/schema/reloadtestdb.sh
+++ b/support/schema/reloadtestdb.sh
@@ -20,7 +20,7 @@ mysql -h $DB_HOST -u $DB_USER -p$DB_PASS < aur-schema.sql
if [ ! -f $DATA_FILE ]; then
echo "creating dumy-data..."
- python2 gendummydata.py $DATA_FILE
+ python3 gendummydata.py $DATA_FILE
fi
echo "loading dummy-data..."