1234567891011121314151617181920212223 |
- From 96084208d90aee11d8347b21f1a44ce361dc828c Mon Sep 17 00:00:00 2001
- From: Jeremy MAURO <jeremy.mauro@gmail.com>
- Date: Mon, 2 May 2022 16:21:48 +0200
- Subject: [PATCH] fix(python): force the usage of python3 by default
- Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
- ---
- ssh-ident | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/ssh-ident b/ssh-ident
- index 911680f..ff218ba 100755
- --- a/ssh-ident
- +++ b/ssh-ident
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python3
- # vim: tabstop=2 shiftwidth=2 expandtab
- """Start and use ssh-agent and load identities as necessary.
-
- --
- 2.35.1
|