From: Silvio Rhatto Date: Mon, 29 May 2017 22:53:25 +0000 (-0300) Subject: Docs: fix git verify-commit syntax X-Git-Tag: 0.5.1~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=88d73d7ce277672f28c322d5ff9a0f633cd12f52;p=keyringer.git Docs: fix git verify-commit syntax --- 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.