Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koller <mkoller@gitlab.com>2019-06-14 16:25:21 +0300
committerMarkus Koller <mkoller@gitlab.com>2019-07-02 12:49:37 +0300
commit19a3be4a816eb406afce3c67fa3ac62d33a7d8dc (patch)
treee1aa5e2ef8f23a0d04697f3857150f7d1e57c514 /CONTRIBUTING.md
parent8a954b0de6e7f715682b4f01aadd5fe8c29dd622 (diff)
Tweak doc/beginners_guide.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 33b914d4a..b6dbeb868 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -219,7 +219,7 @@ _support/vendor-gitaly-proto v<tag-version>
gem 'gitaly-proto', git: 'https://gitlab.com/my-user/gitaly-proto.git', branch: 'my-branch'
```
-- Update Gemfile.lock with
+- Update `Gemfile.lock` with
```shell
cd ruby && bundle update gitaly-proto