sgx-bwmsgsv2.rb 🔗
@@ -325,7 +325,7 @@ module SGXbwmsgsv2
Multihashes.encode(Digest::SHA256.digest(body), "sha2-256")
).to_s
File.open("#{ENV['MMS_PATH']}/#{file}", "w") { |fh| fh.write body }
- murl = "#{ENV['MMS_URL']}/#{file}"
+ murl = "#{ENV['MMS_URL']}/#{file}.txt"
body = ""
end