Add missing escape at line end

This commit is contained in:
Aurelio Jargas 2016-07-22 10:10:53 +00:00
parent 88ac4ad5ca
commit 8e096e724c
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"
```