Skip to content

Commit

Permalink
add explicit python version to launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
florinDNL committed Sep 9, 2023
1 parent a750f5c commit db7b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eggrollify
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
cd $SCRIPT_DIR

python "eggrollify.py" "$@"
python3 "eggrollify.py" "$@"

0 comments on commit db7b2c7

Please sign in to comment.