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 fa3d5212 Wrong directory
fa3d5212 is described below
commit fa3d5212df3c9dfd8833f17e57695bd144810986
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 11 17:40:34 2025 +0000
Wrong directory
---
www/secretary/workbench/views/actions/icla2.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/icla2.json.rb
b/www/secretary/workbench/views/actions/icla2.json.rb
index 417b5374..5f3a25db 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -109,7 +109,7 @@ task "svn commit
documents/iclas/#@filename/icla#{count}#{fileext}" do
message.write_svn(dir, @filename, files)
# Show files to be added
- svn! 'status', dir
+ svn! 'status', workdir
# commit changes
svn! 'commit', workdir, {msg: "additional ICLA from #{@pubname}"}