mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Use the id for deletion also
This commit is contained in:
parent
302ee5a9cb
commit
e8c328edfb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Fog
|
|||
end
|
||||
|
||||
def destroy
|
||||
service.delete_record(zone.domain, identity)
|
||||
service.delete_record(zone.id, identity)
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue