diff options
Diffstat (limited to 'support/schema/reloadtestdb.sh')
-rwxr-xr-x | support/schema/reloadtestdb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/schema/reloadtestdb.sh b/support/schema/reloadtestdb.sh index 5f26023..f6a8ae2 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..." |