diff options
author | Valery Sizov <valery@gitlab.com> | 2016-12-06 17:12:11 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-12-06 17:12:11 +0200 |
commit | ee8433466ee77c1da026842e965b32ebefab6f13 (patch) | |
tree | 5e0506c53bb1ef2c231318e6d1f692403b54aaab /lib/bitbucket | |
parent | 84f2c219aa33de4890c7681372dd03309f216795 (diff) | |
download | gitlab-ce-ee8433466ee77c1da026842e965b32ebefab6f13.tar.gz |
Fix importing PRs with not existing branches
Diffstat (limited to 'lib/bitbucket')
-rw-r--r-- | lib/bitbucket/connection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/connection.rb b/lib/bitbucket/connection.rb index c375fe16aee..e28285f119c 100644 --- a/lib/bitbucket/connection.rb +++ b/lib/bitbucket/connection.rb @@ -45,7 +45,7 @@ module Bitbucket @expires_at = response.expires_at @expires_in = response.expires_in @refresh_token = response.refresh_token - @connection = nil + @connection = nil end private |