Update gnupg.md (#1932)

Fixed a typo: edit -> trust
This commit is contained in:
lzrdblzzrd 2023-01-04 12:42:50 +03:00 committed by GitHub
parent 000441292e
commit d7fc5ccf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ gpg --keyserver <URL> ...
```bash
gpg --edit-key <KEY ID>
# In the interactive prompt:
gpg> sign
gpg> trust
gpg> save
```