From f605d636c5cd71fc58235762e76a196e034b135a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:12:01 +0200 Subject: [PATCH] don't hard-code the path to the python interpreter --- githook.py | 2 +- webhook.py | 2 +- 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 # 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 # All rights reserved. # -- 2.30.2