Merge branch 'patch-3' into 'master'

Add missing escape at line end

Documentation fix, pretty simple.

See merge request !5422
This commit is contained in:
Rémy Coutable 2016-07-26 09:14:10 +00:00
commit 08c8b97413
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```