Skip to content

Commit 731df49

Browse files
committed
[build] fix load-path << fallback
1 parent df066be commit 731df49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if defined? JRUBY_VERSION
257257
begin
258258
require 'arjdbc/version'
259259
rescue LoadError
260-
path = File.expand_path('../lib', File.dirname(__FILE__))
260+
path = File.expand_path('lib', File.dirname(__FILE__))
261261
unless $LOAD_PATH.include?(path)
262262
$LOAD_PATH << path; retry
263263
end

0 commit comments

Comments
 (0)