From 5afea832f16ea8e83571c9de3b6ad802bbc7daae Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Mon, 6 Dec 2021 19:39:27 +0000 Subject: [PATCH] Make pre-push hook executable --- hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hooks/pre-push diff --git a/hooks/pre-push b/hooks/pre-push old mode 100644 new mode 100755 index afe90e6..ab3341d --- a/hooks/pre-push +++ b/hooks/pre-push @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess