Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Fix sauce-connect when not overriding sauce_connect_4_executable conf…
Browse files Browse the repository at this point in the history
…ig variable
  • Loading branch information
debreczeni committed Apr 16, 2015
1 parent 92fcd3a commit 1a56636
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gems/sauce-connect/lib/sauce/connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ def connect_command

# SC4 doesn't require a prefix
def command_prefix
unless @sc4_executable
"java -jar "
end

""
@sc4_executable ? '' : 'java -jar '
end

def path_is_connect_executable? path
Expand Down

0 comments on commit 1a56636

Please sign in to comment.