From 29be307377601169d629daca26afe21cf628abdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 30 May 2024 15:56:01 +0300 Subject: [PATCH] Code Update --- src/commands/ssh/keys.sh | 2 +- wx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ;;