summaryrefslogtreecommitdiff
path: root/doc/user/project/pages/getting_started_part_four.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/user/project/pages/getting_started_part_four.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/user/project/pages/getting_started_part_four.md')
-rw-r--r--doc/user/project/pages/getting_started_part_four.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/pages/getting_started_part_four.md b/doc/user/project/pages/getting_started_part_four.md
index d844d4222b1..80fa64b162d 100644
--- a/doc/user/project/pages/getting_started_part_four.md
+++ b/doc/user/project/pages/getting_started_part_four.md
@@ -53,9 +53,9 @@ write in the `.gitlab-ci.yml` the script you want to run so
GitLab Runner will do it for you. It looks more complicated than it
is. What you need to tell the Runner:
-```
-$ gem install jekyll
-$ jekyll build
+```sh
+gem install jekyll
+jekyll build
```
### Script