1
0
Fork 0
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:
Paul Thornthwaite 2011-10-13 10:08:06 +01:00
parent 87906ab0d5
commit 709c8b807f

View file

@ -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