aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-29 19:53:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-29 19:53:25 -0300
commit88d73d7ce277672f28c322d5ff9a0f633cd12f52 (patch)
treeb27cf87d252843b455744e9e1cdd983bed35173d
parentc5db9846489d52d82a020a97f931a0008047620f (diff)
downloadkeyringer-88d73d7ce277672f28c322d5ff9a0f633cd12f52.tar.gz
keyringer-88d73d7ce277672f28c322d5ff9a0f633cd12f52.tar.bz2
Docs: fix git verify-commit syntax
-rw-r--r--index.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index c9db6b8..6c1849a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -25,7 +25,7 @@ Just clone
You can also verify the latest commit's OpenPGP signature:
- /usr/bin/git -C kvmx verify-commit HEAD
+ /usr/bin/git -C keyringer verify-commit HEAD
Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases
you might have available on your shell.