diff options
author | Ralf Jung <post@ralfj.de> | 2015-06-18 13:12:01 +0200 |
---|---|---|
committer | Ralf Jung <post@ralfj.de> | 2015-06-18 13:12:01 +0200 |
commit | f605d636c5cd71fc58235762e76a196e034b135a (patch) | |
tree | 4a07e249e1d3b6b27ef7235b1f9de82d21de4b4a | |
parent | b00245b2f024e01621a3f2ef11dcc6a1f62ce992 (diff) |
don't hard-code the path to the python interpreter
-rwxr-xr-x | githook.py | 2 | ||||
-rwxr-xr-x | webhook.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2015, Ralf Jung <post@ralfj.de> # All rights reserved. # @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2015, Ralf Jung <post@ralfj.de> # All rights reserved. # |