mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Typo.
This commit is contained in:
parent
e2087a7a57
commit
fa4aa9859d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue