summaryrefslogtreecommitdiff
path: root/doc/integration/github.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-09 10:40:41 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-09-09 10:40:41 +0900
commitd8e981a964834ff1a86de07765573b74fce95766 (patch)
tree8efd0121ca683c79195df17f6e1e21e969c1706a /doc/integration/github.md
parente7ac3a246c3f83cfc6179fccbd9c393a2c22666b (diff)
downloadgitlab-ce-docs-dollar-signs.tar.gz
Start linting for unneeded dollar signsdocs-dollar-signs
Do not use dollar signs in shell codeblocks when no output is shown
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r--doc/integration/github.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index f19b3109d15..23dd67f6891 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -158,7 +158,7 @@ For installation from source:
You will also need to disable Git SSL verification on the server hosting GitLab.
```
-$ git config --global http.sslVerify false
+git config --global http.sslVerify false
```
For the changes to take effect, [reconfigure GitLab] if you installed