summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Lae <vincent.lae@gmail.com>2017-12-21 13:07:54 +0000
committerVincent Lae <vincent.lae@gmail.com>2017-12-21 13:07:54 +0000
commitb570b34787b9a83e6af4e39a1e7445f86ff20911 (patch)
treeef3ae51c98aed4bc005cbde236b1404a1c89c61d
parent3ee5fd156e3465a1e1c04b2b321c62b577496ee8 (diff)
downloadgitlab-ce-b570b34787b9a83e6af4e39a1e7445f86ff20911.tar.gz
fix example in ci ssh_keys documentation
-rw-r--r--doc/ci/ssh_keys/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/ssh_keys/README.md b/doc/ci/ssh_keys/README.md
index df0e1521150..b8df0bfba20 100644
--- a/doc/ci/ssh_keys/README.md
+++ b/doc/ci/ssh_keys/README.md
@@ -181,7 +181,7 @@ before_script:
## Assuming you created the SSH_KNOWN_HOSTS variable, uncomment the
## following two lines.
##
- - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts'
+ - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
##