Skip to content

Commit 44df0b6

Browse files
authored
Fix typo in README for exporting public keys (#3)
1 parent 447c084 commit 44df0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The key should have fingerprint: `7D09D98C884BAE9248186059EFF55DC769C5C70D`
2222
```bash
2323
# Import the public key
2424
gpg --import publickey.gpg.asc
25-
# Export to public keys to legacy keyring format used by Helm CLI
25+
# Export the public key to legacy keyring format used by Helm CLI
2626
gpg --export > ~/.gnupg/pubring.gpg
2727
```
2828

0 commit comments

Comments
 (0)