1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
This commit is contained in:
James Rose 2012-04-27 12:26:13 +01:00
parent e2087a7a57
commit fa4aa9859d

View file

@ -47,7 +47,7 @@ module Fog
def header_for_basic_auth
{
"Authorization" => "Basic #{Base64.encode64("#{@uuid}:#{@api_key}").delete("\r\n")}"
"Authorization" => "Basic #{Base64.encode64("#{@api_uuid}:#{@api_key}").delete("\r\n")}",
}
end