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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
santiycr committed Jan 20, 2011
1 parent a232042 commit a8592d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sauce/connect.rb
Expand Up @@ -8,7 +8,7 @@ def initialize(options={})
@error = nil
host = options[:host] || '127.0.0.1'
port = options[:port] || '3000'
port = options[:tunnel_port] || '80'
tunnel_port = options[:tunnel_port] || '80'
options.delete(:host)
options.delete(:port)
options.delete(:tunnel_port)
Expand Down

0 comments on commit a8592d3

Please sign in to comment.