From 6f9cb1fe38702614c22e779e3ccb7e7f8abb4c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 18 Apr 2018 13:53:49 +0200 Subject: [PATCH] Default to python3 in hook example (the script supports 2 and 3) --- docs/docs/user_manual/subversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user_manual/subversion.md b/docs/docs/user_manual/subversion.md index 7c56711..2df548e 100644 --- a/docs/docs/user_manual/subversion.md +++ b/docs/docs/user_manual/subversion.md @@ -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)