From 24f8166df3edf7d0cb33cc3861e975019d41d01e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 27 Mar 2019 22:20:58 -0300 Subject: Fix cli args at ssh-agent-loadkey --- ssh-agent-loadkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-agent-loadkey b/ssh-agent-loadkey index deab2dc..c49baca 100755 --- a/ssh-agent-loadkey +++ b/ssh-agent-loadkey @@ -109,7 +109,7 @@ function __load { # Dispatch if [ ! -z "$2" ]; then - __load $* + __load $2 $1 else __chooser fi -- cgit v1.2.3