Skip to content

Commit f2229c8

Browse files
committed
load_path.rb is updated with the latest version
1 parent df82057 commit f2229c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

load_path.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
Bundler.require
99
end
1010

11-
lib_dir = File.join('lib', __dir__)
12-
$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)
11+
lib_dir = File.expand_path('lib', __dir__)
12+
$LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
1313

1414
libraries_dir = ENV['LIBRARIES_HOME']
1515
unless libraries_dir.nil?

0 commit comments

Comments
 (0)