Skip to content

Commit 73c7249

Browse files
committed
bin/saikuro now adds its own lib to the LOAD_PATH.
1 parent f5ef2b1 commit 73c7249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/saikuro

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
# == Author
8989
# Zev Blut ([email protected])
9090

91+
$:.unshift File.expand_path('../../lib',__FILE__)
9192
require 'saikuro'
9293

9394
SaikuroCMDLineRunner.new.run

0 commit comments

Comments
 (0)