From e943df18b93c47e043fc7558946f3fe3bca601ac Mon Sep 17 00:00:00 2001 From: neingeist Date: Wed, 9 Dec 2020 12:27:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20git-status-all:=20use=20python3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-status-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-status-all b/git-status-all index cb72c39..f863d22 100755 --- a/git-status-all +++ b/git-status-all @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """show dirty git repos""" from __future__ import division, print_function