From 7d6eb4f759fcec4da6d014e10ab82430a8c13c05 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Nov 2021 20:21:23 -0500 Subject: Convert to Python 3 --- git-remote-only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-remote-only') diff --git a/git-remote-only b/git-remote-only index 33253e8..e4de575 100755 --- a/git-remote-only +++ b/git-remote-only @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Restrict an ssh authorized_keys entry to be used only for git push # and git fetch. Use thusly: -- cgit v1.2.3