From da54661bbcb56856312a8917143166911434d3ff Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 21 Sep 2015 21:10:50 -0400 Subject: [PATCH] Remove unintended linebreak --- doc/migrate_ci_to_ce/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 3ec541fb441..735862b31c4 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -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`. 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 -from your local machine to have that: login to your GitLab CI server using `ssh --A`. +from your local machine to have that: login to your GitLab CI server using +`ssh -A`. ```bash # Manual installation