1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-05-06 10:10:01 +00:00

[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 -1
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 {