This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8ac378cd Don't add EOL
8ac378cd is described below
commit 8ac378cdcb0ffcbe3037ce208f53b2ddcf1a9276
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 3 00:02:16 2024 +0000
Don't add EOL
---
www/secretary/workbench/views/actions/check-signature.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 3c57a8b5..d365d576 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -59,7 +59,7 @@ def getURI(uri, file)
File.open(file, "w") do |f|
# Save the data directly; don't store in memory
res.read_body do |segment|
- f.puts segment
+ f.write segment
end
end
size = File.size(file)