Skip to content

Commit

Permalink
Merge branch 'rollbar_filter' of https://github.com/ualbertalib/pushm…
Browse files Browse the repository at this point in the history
…i_pullyu into rollbar_filter
  • Loading branch information
weiweishi committed Nov 29, 2018
2 parents 309ba04 + 58ebfb9 commit db1ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/swift_depositer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def deposit_file(file_name, swift_container)
else
# for creating new: construct hash with symbols as keys, add metadata as a hash within the header hash
headers = { etag: checksum,
content_type: 'application/x-tar',
content_type: 'application/x-tar',
metadata: metadata }
deposited_file = era_container.create_object(file_base_name, headers, File.open(file_name))
end
Expand Down

0 comments on commit db1ab24

Please sign in to comment.