From dd2b5e0e1c3c6d9bab667319cab82b6c19995d01 Mon Sep 17 00:00:00 2001 From: Stuart Nelson Date: Wed, 23 Oct 2013 10:16:25 -0400 Subject: [PATCH] change double quotes to backticks for md awesomeness Change-Id: Ife68c9c67d36ffec24927176ab519f7cb08976a8 --- documentation/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/CONTRIBUTING.md b/documentation/CONTRIBUTING.md index d27443a04..cde3d777a 100644 --- a/documentation/CONTRIBUTING.md +++ b/documentation/CONTRIBUTING.md @@ -13,7 +13,7 @@ Prometheus, you must use Gerrit. 3. Clone the repo: `git clone http://review.prometheus.io/prometheus` 4. Add your user-specific remote that you will push your changes to: `git remote add ssh://@review.prometheus.io:29418/prometheus` -4. Add Change-Id commit hook: "curl -o .git/hooks/commit-msg http://review.prometheus.io/tools/hooks/commit-msg" +5. Add Change-Id commit hook: `curl -o .git/hooks/commit-msg http://review.prometheus.io/tools/hooks/commit-msg` 6. Make the file executable: `chmod u+x .git/hooks/commit-msg` 7. Commit any local changes to git, then: 8. `git push HEAD:refs/for/master`