diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2021-11-04 22:31:10 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2021-11-04 22:31:22 +0100 |
commit | 587c932dfe827a92a2782e34f77f92c0c27483bb (patch) | |
tree | ae0bce1143a692a23040ae8a08a5277db06ad9fa | |
parent | 337b3d72fe901247c7d272c3ad4e56ff050aa1c8 (diff) | |
download | puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.gz puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.bz2 puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.tar.xz puppet-587c932dfe827a92a2782e34f77f92c0c27483bb.zip |
Fix to use python2 explicitly
-rwxr-xr-x | deployment/mgagit/templates/git-post-receive-hook | 2 |
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 |