aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2015-06-18 13:12:01 +0200
committerRalf Jung <post@ralfj.de>2015-06-18 13:12:01 +0200
commitf605d636c5cd71fc58235762e76a196e034b135a (patch)
tree4a07e249e1d3b6b27ef7235b1f9de82d21de4b4a
parentb00245b2f024e01621a3f2ef11dcc6a1f62ce992 (diff)
don't hard-code the path to the python interpreter
-rwxr-xr-xgithook.py2
-rwxr-xr-xwebhook.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/githook.py b/githook.py
index 5dd8497..a503a47 100755
--- a/githook.py
+++ b/githook.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#
diff --git a/webhook.py b/webhook.py
index d91a4aa..6630c0d 100755
--- a/webhook.py
+++ b/webhook.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#