mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Use correct request to update account
Actually use the correct API request to update a nominated account.
This commit is contained in:
parent
5366815418
commit
014724e748
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Fog
|
|||
Fog::Logger.deprecation("update_account() without a parameter is deprecated, use update_scoped_account instead [light_black](#{caller.first})[/]")
|
||||
update_scoped_account(options)
|
||||
else
|
||||
request("put", "/1.0/account", [200], options)
|
||||
request("put", "/1.0/accounts/#{identifier}", [200], options)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue