Default to python3 in hook example (the script supports 2 and 3)

This commit is contained in:
2018-04-18 13:53:49 +02:00
parent 65aba61465
commit 6f9cb1fe38

View File

@@ -9,7 +9,7 @@ Example hook:
REV="$2"
TXN_NAME="$3"
/usr/bin/python "$REPOS"/hooks/notify_attract.py "$REPOS" "$REV"
/usr/bin/python3 "$REPOS"/hooks/notify_attract.py "$REPOS" "$REV"
The
[`notify_attract.py`](https://developer.blender.org/source/attract/browse/master/notify_attract.py)