Skip to content

Commit 3c8b033

Browse files
author
David Zuckerman
committed
fixed localib path
1 parent 0f18d95 commit 3c8b033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/gobi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22

3-
locallib = File.expand_path('../../lib', __FILE__)
3+
locallib = File.expand_path('../lib', __FILE__)
44
$LOAD_PATH.unshift(locallib) unless $LOAD_PATH.include?(locallib)
55
require 'get_gobi'
66

0 commit comments

Comments
 (0)