Skip to content

Commit 66c9a2c

Browse files
authored
Fix typos in the script
1 parent 15f6113 commit 66c9a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/library-scripts/github-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ receive_gpg_keys() {
4444
local keys=${!1}
4545
get_common_setting GPG_KEY_SERVERS true
4646

47-
# Use a temporary locaiton for gpg keys to avoid polluting image
47+
# Use a temporary location for gpg keys to avoid polluting image
4848
export GNUPGHOME="/tmp/tmp-gnupg"
4949
mkdir -p ${GNUPGHOME}
5050
chmod 700 ${GNUPGHOME}
@@ -114,7 +114,7 @@ receive_gpg_keys() {
114114
keyring_args="--no-default-keyring --keyring $2"
115115
fi
116116

117-
# Use a temporary locaiton for gpg keys to avoid polluting image
117+
# Use a temporary location for gpg keys to avoid polluting image
118118
export GNUPGHOME="/tmp/tmp-gnupg"
119119
mkdir -p ${GNUPGHOME}
120120
chmod 700 ${GNUPGHOME}

0 commit comments

Comments
 (0)