use correct python path

This commit is contained in:
Devin Buhl 2024-04-13 12:06:44 -04:00 committed by GitHub
parent 61837a87e5
commit faa6433f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
exec \
/usr/bin/python3 \
/usr/local/bin/python \
"/app/${JBOPS_SCRIPT_PATH}" \
"$@"