summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/migrate_ci_to_ce/README.md4
1 files 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