Skip to content

Commit

Permalink
ruby is weird, you have to delete this guys too
Browse files Browse the repository at this point in the history
  • Loading branch information
santiycr committed Jan 20, 2011
1 parent b66558c commit da1190e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sauce/connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def initialize(options={})
port = options[:tunnel_port] || '80'
options.delete(:host)
options.delete(:port)
options.delete(:tunnel_port)
config = Sauce::Config.new(options)
args = ['-u', config.username, '-k', config.access_key, '-s', host, '-p', port, '-d', config.domain, '-t', tunnel_port]
@pipe = IO.popen(([Sauce::Connect.find_sauce_connect] + args).join(' '))
Expand Down

0 comments on commit da1190e

Please sign in to comment.