Skip to content

Commit

Permalink
Use fullpath for Python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 30, 2024
1 parent 09d8c32 commit c51b8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
REPOPATH=$(realpath .)
SCRIPTPATH="$REPOPATH/scripts/graphql.py"

python "$SCRIPTPATH" "$REPOPATH"
/usr/bin/python3.12 "$SCRIPTPATH" "$REPOPATH"

0 comments on commit c51b8ab

Please sign in to comment.