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 cb1e18f Oops, missing end
cb1e18f is described below
commit cb1e18f777b413cc57eb308624465f0c065aca17
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 11 17:30:52 2020 +0100
Oops, missing end
---
www/board/agenda/models/agenda.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/models/agenda.rb
b/www/board/agenda/models/agenda.rb
index a6d3039..5baeebd 100755
--- a/www/board/agenda/models/agenda.rb
+++ b/www/board/agenda/models/agenda.rb
@@ -151,6 +151,7 @@ class Agenda
else
creds = {}
end
+ end
file.untaint if file =~ /\Aboard_\w+_[\d_]+\.txt\z/