fix example in ci ssh_keys documentation

This commit is contained in:
Vincent Lae 2017-12-21 13:07:54 +00:00
parent 3ee5fd156e
commit b570b34787
1 changed files with 1 additions and 1 deletions

View File

@ -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
##