Skip to content

Commit

Permalink
Blerg
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Mar 11, 2020
1 parent b2c7241 commit d51fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/support/ruby_test
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bundler.install

puts "bundler path: #{bundler.bundler_path}"

LanguagePack::ShellHelpers.user_env_hash["PATH"] = "#{bundler.bundler_path}:#{LanguagePack::ShellHelpers.user_env_hash["PATH"]}"
LanguagePack::ShellHelpers.user_env_hash["PATH"] = "#{bundler.bundler_path}/bin:#{LanguagePack::ShellHelpers.user_env_hash["PATH"]}"
Dir.chdir(build_dir)

execute_test(
Expand Down

0 comments on commit d51fa3b

Please sign in to comment.