Commit 08c8b974 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-3' into 'master'

Add missing escape at line end

Documentation fix, pretty simple.

See merge request !5422
parents a448e4a6 8e096e72
......@@ -38,7 +38,7 @@ GitLab Runner then executes build scripts as the `gitlab-runner` user.
$ sudo gitlab-ci-multi-runner register -n \
--url https://gitlab.com/ci \
--registration-token REGISTRATION_TOKEN \
--executor shell
--executor shell \
--description "My Runner"
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment