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

Commit

Permalink
Forgot a stray @username reference
Browse files Browse the repository at this point in the history
  • Loading branch information
epall committed Feb 9, 2011
1 parent 65d1f4e commit 01fc841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sauce/client.rb
Expand Up @@ -21,7 +21,7 @@ def initialize(options={})
@api_version= options[:api_version] || 1

raise MisconfiguredError if config.username.nil? or config.access_key.nil?
@api_url = "#{@protocol}://#{config.username}:#{config.access_key}@#{@host}:#{@port}/#{@api_path}/v#{@api_version}/#{@username}/"
@api_url = "#{@protocol}://#{config.username}:#{config.access_key}@#{@host}:#{@port}/#{@api_path}/v#{@api_version}/#{config.username}/"
@client = RestClient::Resource.new @api_url

@tunnels = Sauce::Tunnel
Expand Down

0 comments on commit 01fc841

Please sign in to comment.