mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
quick syntax fix for an attribute alias
This commit is contained in:
parent
83b98a3f6f
commit
b3fae0dc88
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Fog
|
|||
|
||||
identity :id
|
||||
|
||||
attribute :name :aliases => "domain"
|
||||
attribute :name, :aliases => "domain"
|
||||
attribute :value, :aliases => "content"
|
||||
attribute :ttl
|
||||
attribute :zone_id, :aliases => "domain_id"
|
||||
|
|
Loading…
Reference in a new issue