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 3b68ceba Needs whimsy path
3b68ceba is described below
commit 3b68cebab5838197221c66fd5e791a64a75bd382
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 17 14:03:15 2023 +0100
Needs whimsy path
---
www/fundraising/invoice.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/fundraising/invoice.cgi b/www/fundraising/invoice.cgi
index 335d64ed..d0da492a 100755
--- a/www/fundraising/invoice.cgi
+++ b/www/fundraising/invoice.cgi
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby
# encoding: utf-8
+$LOAD_PATH.unshift '/srv/whimsy/lib'
+
require 'wunderbar'
require "date"
require "yaml"