diff options
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: |