This is an automated email from the ASF dual-hosted git repository.
curcuru 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 e0b3bfa6 Add link to instructions for clarity
e0b3bfa6 is described below
commit e0b3bfa61adf20f9b883f64b4da71cfc4951a971
Author: Shane Curcuru <[email protected]>
AuthorDate: Mon Feb 3 13:15:59 2025 -0500
Add link to instructions for clarity
---
lib/whimsy/asf/member-files.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/member-files.rb b/lib/whimsy/asf/member-files.rb
index 7971debb..c7f1003e 100644
--- a/lib/whimsy/asf/member-files.rb
+++ b/lib/whimsy/asf/member-files.rb
@@ -223,7 +223,7 @@ module ASF
bdir = File.join(latest_meeting(), BOARD_BALLOT)
bfile = File.join(bdir, "#{availid}#{BOARD_BALLOT_EXT}")
ASF::SVN.update(bfile, msg || "Adding board_ballot template for
#{$availid}", env, wunderbar, opt) do |_tmpdir, contents|
- "#{contents} " # Merely add space to contents because blank files not
suppored by svn.update()
+ "Instructions: ../runbook/director_ballot_email.txt #{contents}" # Add
instructions as single line
end
end