From 58b8fe093da506595118076cedbdeee4aa6d20b0 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 17 Jan 2023 09:34:53 -0800 Subject: Fix typos in comments / *.md (#396) --- src/github-cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/github-cli') diff --git a/src/github-cli/install.sh b/src/github-cli/install.sh index 1856115..c1dd692 100755 --- a/src/github-cli/install.sh +++ b/src/github-cli/install.sh @@ -34,7 +34,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} -- cgit v1.2.3