mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Fixed incorrect call to reset_ftp_password
This commit is contained in:
parent
87906ab0d5
commit
709c8b807f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module Fog
|
|||
|
||||
def reset_ftp_password
|
||||
requires :identity
|
||||
connection.reset_ftp_password_account(identity)["library_ftp_password"]
|
||||
connection.reset_ftp_password_account["library_ftp_password"]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue