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 2019/05/12 14:11:35 UTC

[whimsy] branch master updated: add whimsy lib to the search path

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

rubys 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 c8d8071  add whimsy lib to the search path
c8d8071 is described below

commit c8d8071b93d505ad32fd435a420d46a11e2639f7
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun May 12 10:11:18 2019 -0400

    add whimsy lib to the search path
---
 lib/Rakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Rakefile b/lib/Rakefile
index eb2717f..1e8bc59 100644
--- a/lib/Rakefile
+++ b/lib/Rakefile
@@ -1,3 +1,5 @@
+$LOAD_PATH.unshift '/srv/whimsy/lib'
+
 require 'rspec/core/rake_task'
 RSpec::Core::RakeTask.new(:spec)
 task :default => :spec