You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/04 13:00:09 UTC

[whimsy] 11/11: use the latest libs

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 74a1a6a8b48095d9b1c33a1f82b43c7ac376dcd9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 4 08:59:39 2016 -0400

    use the latest libs
---
 www/officers/acreq.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 986dbab..3c94ce1 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -13,6 +13,8 @@
 #   a copy of the email that was sent.
 #
 
+$LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
+
 require 'wunderbar/jquery'
 require 'whimsy/asf'
 require 'mail'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.