From 69f80bd96af7a5bfcf9ba7f315ae1ff9c4ed0165 Mon Sep 17 00:00:00 2001 From: Scott Macfarlane Date: Mon, 25 Jul 2016 17:41:03 -0800 Subject: [PATCH] Fix load path --- bin/conveyor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/conveyor b/bin/conveyor index b86c586..b6f1a23 100755 --- a/bin/conveyor +++ b/bin/conveyor @@ -1,4 +1,6 @@ #!/usr/bin/env ruby +$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) + require 'rubygems' require 'conveyor'