Skip to content

Commit 0265bdb

Browse files
committed
WIP - attempt to fix sdk load path
1 parent e402746 commit 0265bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sdk/cnfs_sdk.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

3-
lib = File.expand_path('lib', __dir__)
4-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3+
$LOAD_PATH.push File.expand_path('lib', __dir__)
4+
55
require 'ros_sdk/version'
66

77
Gem::Specification.new do |spec|

0 commit comments

Comments
 (0)