Code Update

This commit is contained in:
Christer Warén 2024-05-30 15:56:01 +03:00
parent 02c84ef45f
commit 29be307377
2 changed files with 2 additions and 2 deletions

View File

@ -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
;;

2
wx
View File

@ -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
;;