Skip to content

Commit

Permalink
Fix typos in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 15, 2021
1 parent 15f6113 commit 66c9a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/library-scripts/github-debian.sh
Expand Up @@ -44,7 +44,7 @@ receive_gpg_keys() {
local keys=${!1}
get_common_setting GPG_KEY_SERVERS true

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

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

0 comments on commit 66c9a2c

Please sign in to comment.