diff options
-rwxr-xr-x | ssh-agent-loadkey | 2 |
1 files changed, 1 insertions, 1 deletions
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 |