From 610a1e9e41a709f56dd578b52b726959544faf55 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 2 May 2018 19:42:30 +0200 Subject: [PATCH] Update commit-msg --- git-tools/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-tools/commit-msg b/git-tools/commit-msg index b37e944..9aed76b 100755 --- a/git-tools/commit-msg +++ b/git-tools/commit-msg @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import os,sys ROOT = os.path.dirname(__file__)+'/../../'