aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-03-27 22:20:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-03-27 22:20:58 -0300
commit24f8166df3edf7d0cb33cc3861e975019d41d01e (patch)
tree832e7c5a3302fe53171f4fc77b4f506e8591f49d
parentb3173cd035a96077573668f158d82ab82a7a4719 (diff)
downloadutils-ssh-24f8166df3edf7d0cb33cc3861e975019d41d01e.tar.gz
utils-ssh-24f8166df3edf7d0cb33cc3861e975019d41d01e.tar.bz2
Fix cli args at ssh-agent-loadkey
-rwxr-xr-xssh-agent-loadkey2
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