From bc00347923d8155908a747e1c7353177d755ee5a Mon Sep 17 00:00:00 2001 From: jakegroves Date: Wed, 14 Oct 2020 17:44:40 +0100 Subject: [PATCH] python3-shebang --- auto-smart-commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-smart-commit.py b/auto-smart-commit.py index 54afdad..1b843a0 100755 --- a/auto-smart-commit.py +++ b/auto-smart-commit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import re import sys