You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/23 22:42:52 UTC

[whimsy] branch master updated: corrected path to config (#163)

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 <cg...@grobmeier.de>
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'