Skip to content

Commit

Permalink
Add link to instructions for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Feb 3, 2025
1 parent c34c207 commit e0b3bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whimsy/asf/member-files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def self.add_board_ballot(env, wunderbar, availid, msg=nil, opt={})
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

Expand Down

0 comments on commit e0b3bfa

Please sign in to comment.