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 0d188402 corrected path to config (#163)
0d188402 is described below

commit 0d1884023abe3c67212cadd3d3cba601593e52d4
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue May 24 00:42:47 2022 +0200

    corrected path to config (#163)
    
    fixes #162
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 70fd96e7..9b128fe0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -108,7 +108,7 @@ end
 
 # This requires Gems such as Wunderbar to have been set up
 task :config do
-  $LOAD_PATH.unshift '/srv/whimsy/lib'
+  $LOAD_PATH.unshift 'lib'
   require 'whimsy/asf/config'
   require 'whimsy/asf/git'
   require 'whimsy/asf/svn'

Reply via email to