From b2aead431c8845d06cfa225866c4e4503303634e Mon Sep 17 00:00:00 2001 From: "daniel.carrillo" Date: Tue, 5 Nov 2019 11:40:15 +0100 Subject: [PATCH] [aws] Fix typo at aws_kms_decrypt --- modules/aws/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/init.zsh b/modules/aws/init.zsh index 1a9656a..48822d1 100644 --- a/modules/aws/init.zsh +++ b/modules/aws/init.zsh @@ -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 {