diff options
author | Rob Austein <sra@hactrn.net> | 2021-11-14 20:21:23 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-11-14 20:21:23 -0500 |
commit | 7d6eb4f759fcec4da6d014e10ab82430a8c13c05 (patch) | |
tree | a8262b71edd265244398fa067a2117b4d75d3e88 /git-remote-only | |
parent | 92cbded2a3207c55e03b117b1ccbc8d9a5f084ea (diff) |
Convert to Python 3
Diffstat (limited to 'git-remote-only')
-rwxr-xr-x | git-remote-only | 2 |
1 files changed, 1 insertions, 1 deletions
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: |