Skip to content

Commit 3a76a45

Browse files
authored
docs: fix minor typographical errors (#391)
1 parent e84c6b0 commit 3a76a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ sec rsa4096/XXXXXXXXXXXXXXXX 2017-12-01 [SC]
165165
uid <your_name> <your_email>
166166
ssb rsa4096/YYYYYYYYYYYYYYYY 2017-12-01 [E]
167167
```
168-
the GPG key ID if 16 character string, on the on the `sec` line, after `rsa4096`. In this example, the GPG key ID is `XXXXXXXXXXXXXXXX`.
168+
the GPG key ID is the 16 character string, on the on the `sec` line, after `rsa4096`. In this example, the GPG key ID is `XXXXXXXXXXXXXXXX`.
169169

170170
Export the public key (replace XXXXXXXXXXXXXXXX with your key ID):
171171

@@ -245,7 +245,7 @@ before_install:
245245
- chmod 600 /tmp/git_gpg_keys.asc
246246
# Import the gpg key
247247
- gpg --batch --yes --import /tmp/git_gpg_keys.asc
248-
# Create a script that pass the passphrase to the gpg CLI called by git
248+
# Create a script to pass the passphrase to the gpg CLI called by git
249249
- echo '/usr/bin/gpg2 --passphrase ${GPG_PASSPHRASE} --batch --no-tty "$@"' > /tmp/gpg-with-passphrase && chmod +x /tmp/gpg-with-passphrase
250250
# Configure git to use the script that passes the passphrase
251251
- git config gpg.program "/tmp/gpg-with-passphrase"

0 commit comments

Comments
 (0)