Fix typo
Remove extra backquote in codeblock.
Change-Id: If067eb2d6af89d97a9a890bf642da548355fb207
Signed-off-by: Roger G. Coscojuela <roger.gili-coscojuela@sipearl.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7e093b4..3b83a46 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -331,7 +331,7 @@
```bash
gitdir=$(git rev-parse --git-dir)
curl https://gerrit.openbmc.org/tools/hooks/commit-msg -o ${gitdir}/hooks/commit-msg
-chmod +x ${gitdir}/hooks/commit-msg`
+chmod +x ${gitdir}/hooks/commit-msg
```
To submit a change set, commit your changes, and push to the Gerrit server,