diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-03-20 15:54:11 -0700 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-20 15:54:11 -0700 |
commit | b7229356d57b13996538c583cb2044748a32eb6e (patch) | |
tree | 9400cd6bfe03fb30268e3c979a06ddeedbe2b491 /config | |
parent | 303382c741388ab3e6f0088628fbd5dbea9270f2 (diff) | |
download | gitlab-ce-b7229356d57b13996538c583cb2044748a32eb6e.tar.gz |
Change the name of the key used for bitbucket importer.
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/public_key.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/public_key.rb b/config/initializers/public_key.rb index 75d74e3625d..b70c665f80d 100644 --- a/config/initializers/public_key.rb +++ b/config/initializers/public_key.rb @@ -1,2 +1,2 @@ -path = File.expand_path("~/.ssh/id_rsa.pub") +path = File.expand_path("~/.ssh/bitbucket_isa.pub") Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path) |