Fixed variables.
This commit is contained in:
parent
bd74a67425
commit
8f6abe0cf8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ returns
|
||||||
|
|
||||||
# http basic auth (if needed)
|
# http basic auth (if needed)
|
||||||
if options[:user] && options[:user] != '' && options[:password] && options[:password] != ''
|
if options[:user] && options[:user] != '' && options[:password] && options[:password] != ''
|
||||||
request.basic_auth user, password
|
request.basic_auth options[:user], options[:password]
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in a new issue