Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6ae40d5

Browse files
authored
Update setting to be multi-line
1 parent 8fdb776 commit 6ae40d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/awscli-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ verify_aws_cli_gpg_signature() {
9191
local sigFilePath=$2
9292

9393
get_common_setting AWSCLI_GPG_KEY
94-
get_common_setting AWSCLI_GPG_KEY_MATERIAL
94+
get_common_setting AWSCLI_GPG_KEY_MATERIAL true
9595
local awsCliPublicKeyFile=aws-cli-public-key.pem
9696
echo "${AWSCLI_GPG_KEY_MATERIAL}" > "${awsCliPublicKeyFile}"
9797
gpg --quiet --import "${awsCliPublicKeyFile}"

0 commit comments

Comments
 (0)