[aws] Fix typo at aws_kms_decrypt

This commit is contained in:
daniel.carrillo 2019-11-05 11:40:15 +01:00
parent 21ce6a6f97
commit b2aead431c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function aws_kms_decrypt {
return 1
fi
aws kms --profile $profile decrypt --ciphertext-blob fileb://<(base64 -d <<<$1) \
-output text --query Plaintext | base64 -d
--output text --query Plaintext | base64 -d
}
function aws_ssm_session {