Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-12-06 18:12:11 +0300
committerValery Sizov <valery@gitlab.com>2016-12-06 18:12:11 +0300
commitee8433466ee77c1da026842e965b32ebefab6f13 (patch)
tree5e0506c53bb1ef2c231318e6d1f692403b54aaab /lib/bitbucket
parent84f2c219aa33de4890c7681372dd03309f216795 (diff)
Fix importing PRs with not existing branches
Diffstat (limited to 'lib/bitbucket')
-rw-r--r--lib/bitbucket/connection.rb2
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