From baac2d3a38d18945bcb07a0ce01ba6b9dd6a4c5a Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 2 Oct 2020 16:13:48 +0100 Subject: [PATCH] updated bitbucket_get_ssh_public_keys.sh --- bitbucket_get_ssh_public_keys.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket_get_ssh_public_keys.sh b/bitbucket_get_ssh_public_keys.sh index 3e5a97e8..7a25886a 100755 --- a/bitbucket_get_ssh_public_keys.sh +++ b/bitbucket_get_ssh_public_keys.sh @@ -65,4 +65,5 @@ fi echo "# Fetching SSH Public Key(s) from BitBucket for account: $user" >&2 echo "#" >&2 "$srcdir/bitbucket_api.sh" "/users/$user/ssh-keys" | -jq -r '.values[] | [ .key, .owner.display_name, .label, "(bitbucket.org)", .comment ] | @tsv' +jq -r '.values[] | [ .key, .owner.display_name, .label, "(bitbucket.org)", .comment ] | @tsv' | +tr '\t' ' '