diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-08 17:38:53 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-08 17:38:53 +0100 |
commit | 0614793b38db4711053cbcb4fa80d9c8cc492eec (patch) | |
tree | 528e7b413ea84dd45bc2c02e9820c6d18e3f2d38 /lib | |
parent | 1e927d39b4bf6d1177dee0dd4a6c60bf270db3f2 (diff) | |
download | gitlab-ce-0614793b38db4711053cbcb4fa80d9c8cc492eec.tar.gz |
DRY up upload and download servicesapi-project-upload
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/fogbugz_import/importer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/fogbugz_import/importer.rb b/lib/gitlab/fogbugz_import/importer.rb index 0e6bee732f1..db580b5e578 100644 --- a/lib/gitlab/fogbugz_import/importer.rb +++ b/lib/gitlab/fogbugz_import/importer.rb @@ -232,7 +232,7 @@ module Gitlab return nil if res.nil? - res['markdown'] + res[:markdown] end def build_attachment_url(rel_url) |