Skip to content

Commit

Permalink
Merge pull request #8 from gregretkowski/gregretkowski-fixconnection
Browse files Browse the repository at this point in the history
Fix #8
  • Loading branch information
b4k3r committed Mar 19, 2014
2 parents f8cbce7 + 97cd2ca commit 16bff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloudflare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

module CloudFlare
def self.connection(api_key, email = nil)
Connection.new(api_key, email = nil)
Connection.new(api_key, email)
end
end

0 comments on commit 16bff69

Please sign in to comment.