Use explicit txt URL

Stephen Paul Weber created

Change summary

sgx-bwmsgsv2.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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