From 96084208d90aee11d8347b21f1a44ce361dc828c Mon Sep 17 00:00:00 2001 From: Jeremy MAURO 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 --- 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