aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2021-11-04 22:31:10 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2021-11-04 22:31:22 +0100
commit587c932dfe827a92a2782e34f77f92c0c27483bb (patch)
treeae0bce1143a692a23040ae8a08a5277db06ad9fa /deployment/mgagit
parent337b3d72fe901247c7d272c3ad4e56ff050aa1c8 (diff)
downloadpuppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar
puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.gz
puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.bz2
puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.xz
puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.zip
Fix to use python2 explicitly
Diffstat (limited to 'deployment/mgagit')
-rwxr-xr-xdeployment/mgagit/templates/git-post-receive-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook
index 624ba39e..926502de 100755
--- a/deployment/mgagit/templates/git-post-receive-hook
+++ b/deployment/mgagit/templates/git-post-receive-hook
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
import sys
import os