We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f6113 commit 66c9a2cCopy full SHA for 66c9a2c
.devcontainer/library-scripts/github-debian.sh
@@ -44,7 +44,7 @@ receive_gpg_keys() {
44
local keys=${!1}
45
get_common_setting GPG_KEY_SERVERS true
46
47
- # Use a temporary locaiton for gpg keys to avoid polluting image
+ # Use a temporary location for gpg keys to avoid polluting image
48
export GNUPGHOME="/tmp/tmp-gnupg"
49
mkdir -p ${GNUPGHOME}
50
chmod 700 ${GNUPGHOME}
@@ -114,7 +114,7 @@ receive_gpg_keys() {
114
keyring_args="--no-default-keyring --keyring $2"
115
fi
116
117
118
119
120
0 commit comments