FIx typos

This commit is contained in:
Christer Warén
2025-11-10 19:48:07 +02:00
parent 77a54ef1f6
commit 54409a4197
8 changed files with 36 additions and 26 deletions

View File

@@ -6,8 +6,8 @@ wxi-ssh-keys-sync(){
then
for name in $(curl https://$VAULT_DOMAIN/v1/cli/metadata/$USERNAME/settings/ssh/keys -X LIST --header "X-Vault-Token: $VAULT_TOKEN" -s | jq -r '.data.keys | @sh' | tr -d \')
do
echo $name
wx-ssh-keys-retrieve $name --multiple
wxi-content text $name
wxi-ssh-keys-retrieve $name --multiple
done
fi
wxi-footer