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:
Diffstat (limited to 'lib/gitlab/github_import.rb')
-rw-r--r--lib/gitlab/github_import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/github_import.rb b/lib/gitlab/github_import.rb
index 24e77363e1b..3b19b9d16d2 100644
--- a/lib/gitlab/github_import.rb
+++ b/lib/gitlab/github_import.rb
@@ -16,7 +16,7 @@ module Gitlab
}
if token_pool
- ClientPool.new(token_pool: token_pool, **options)
+ ClientPool.new(token_pool: token_pool.append(token_to_use), **options)
else
Client.new(token_to_use, **options)
end