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 5eab46c Use alias lookup
5eab46c is described below
commit 5eab46c4b5a896032fb1129885e5ba1032471aba
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 26 01:10:44 2019 +0000
Use alias lookup
---
www/treasurer/bill-upload.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/treasurer/bill-upload.cgi b/www/treasurer/bill-upload.cgi
index afe5ca6..cb88c4c 100755
--- a/www/treasurer/bill-upload.cgi
+++ b/www/treasurer/bill-upload.cgi
@@ -83,7 +83,7 @@ _html do
if @file
_div.well.well_lg do
# destination directory
- bills = 'https://svn.apache.org/repos/private/financials/Bills'
+ bills = ASF::SVN.svnurl('Bills')
# validate @file, @dest form parameters
name = @file.original_filename.gsub(/[^-.\w]/, '_').sub(/^\.+/,
'_').untaint