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:
authorJames Lopez <james@jameslopez.es>2016-04-06 11:36:30 +0300
committerJames Lopez <james@jameslopez.es>2016-04-06 11:36:30 +0300
commitb97654393e326095c7d95ccc1eb9f583a3b23da9 (patch)
tree0e16ecfa3baaafc65593921fdbe09b8a96f940c3 /lib/gitlab/fogbugz_import
parent5e51fce4dcd62997f372aed44badc844f98851e9 (diff)
fix some issues with credentials
Diffstat (limited to 'lib/gitlab/fogbugz_import')
-rw-r--r--lib/gitlab/fogbugz_import/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/fogbugz_import/importer.rb b/lib/gitlab/fogbugz_import/importer.rb
index 249c5b48b1c..42f9b6eab84 100644
--- a/lib/gitlab/fogbugz_import/importer.rb
+++ b/lib/gitlab/fogbugz_import/importer.rb
@@ -31,7 +31,7 @@ module Gitlab
private
def import_data_credentials
- @import_data_credentials ||= project.import_data if project.import_data
+ @import_data_credentials ||= project.import_data.credentials if project.import_data
end
def user_map