From dc028e1030fb07f3f537a932a838cd2376358bd0 Mon Sep 17 00:00:00 2001 From: James Smith Date: Fri, 8 Sep 2023 16:46:55 +0200 Subject: [PATCH] Change python to python3 Not all hosts have python3-is-python, and the script is definitely python3 so there's no backwards-compatibility issies. Closes #1. --- git-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-tidy b/git-tidy index d865737..86762eb 100755 --- a/git-tidy +++ b/git-tidy @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # git-tidy is free software: you can redistribute it and/or modify it under the terms of the GNU # General Public License as published by the Free Software Foundation, either version 3 of the