diff --git a/src/commands/ssh/keys.sh b/src/commands/ssh/keys.sh index b54b749..2cb8022 100644 --- a/src/commands/ssh/keys.sh +++ b/src/commands/ssh/keys.sh @@ -4,7 +4,7 @@ wx-ssh-keys(){ case $1 in generate) - wx-ssh-keys-sync $2 + wx-ssh-keys-retrieve $2 wx-ssh-keys-generate $2 wx-ssh-config-save $2 ;; diff --git a/wx b/wx index 9871bd3..d80edcf 100755 --- a/wx +++ b/wx @@ -396,7 +396,7 @@ wx-ssh-keys(){ case $1 in generate) - wx-ssh-keys-sync $2 + wx-ssh-keys-retrieve $2 wx-ssh-keys-generate $2 wx-ssh-config-save $2 ;;