Remove unintended linebreak

This commit is contained in:
Robert Speicher 2015-09-21 21:10:50 -04:00
parent 541d08b8f6
commit da54661bbc

View file

@ -190,8 +190,8 @@ sudo chown git:git /var/opt/gitlab/backups/*_gitlab_ci_backup.tar
If moving across the servers you can use `scp`. If moving across the servers you can use `scp`.
However, this requires you to provide an authorized key or password to login to However, this requires you to provide an authorized key or password to login to
the GitLab CE (or EE) server from the CI server. You can try to use ssh-agent the GitLab CE (or EE) server from the CI server. You can try to use ssh-agent
from your local machine to have that: login to your GitLab CI server using `ssh from your local machine to have that: login to your GitLab CI server using
-A`. `ssh -A`.
```bash ```bash
# Manual installation # Manual installation