Skip to content

Commit 9ab652e

Browse files
authored
Fix typo in README.md
1 parent 95d5537 commit 9ab652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gpg --homedir gpg-tmp --output private.key --armor --export-secret-subkeys "<Sub
105105
Finally, remove the ephemeral directory:
106106

107107
```bash
108-
rm --rf gpg-tmp
108+
rm -rf gpg-tmp
109109
```
110110

111111
You will now need to export your master public key with the new subkey public key to the file `public.key`:

0 commit comments

Comments
 (0)