diff options
author | Lee Matos <lee@gitlab.com> | 2016-11-29 01:47:06 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-29 13:07:42 +0100 |
commit | 8b3ab222c3370303e39aad9574c59b960fbfc299 (patch) | |
tree | 4e2e9fb4fe2ea5e4765884e2c9a890d470084a88 | |
parent | c54827961a6ecefc6cb3361b3978d169e29b5e36 (diff) | |
download | gitlab-ce-8b3ab222c3370303e39aad9574c59b960fbfc299.tar.gz |
Fixing typo & Clarifying Key name
-rw-r--r-- | doc/integration/bitbucket.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/bitbucket.md b/doc/integration/bitbucket.md index 556d71b8b76..9122dc62e39 100644 --- a/doc/integration/bitbucket.md +++ b/doc/integration/bitbucket.md @@ -123,7 +123,7 @@ To be able to access repositories on Bitbucket, GitLab will automatically register your public key with Bitbucket as a deploy key for the repositories to be imported. Your public key needs to be at `~/.ssh/bitbucket_rsa` which translates to `/var/opt/gitlab/.ssh/bitbucket_rsa` for Omnibus packages and to -`/home/git/.ssh/bitbucket_rsa.pub` for installations from source. +`/home/git/.ssh/bitbucket_rsa` for installations from source. --- @@ -199,7 +199,7 @@ Your GitLab server is now able to connect to Bitbucket over SSH. You should be able to see the "Import projects from Bitbucket" option on the New Project page enabled. -## Acknowledgemts +## Acknowledgements Special thanks to the writer behind the following article: |