From d8e981a964834ff1a86de07765573b74fce95766 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Mon, 9 Sep 2019 10:40:41 +0900 Subject: Start linting for unneeded dollar signs Do not use dollar signs in shell codeblocks when no output is shown --- doc/integration/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integration/github.md') 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 -- cgit v1.2.1