mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 16:18:00 +00:00
[aws] Fix typo at aws_kms_decrypt
This commit is contained in:
parent
21ce6a6f97
commit
b2aead431c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user