mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing a typo in rage4 record
This commit is contained in:
parent
dfdb7a62dd
commit
e288659a5b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Fog
|
|||
end
|
||||
|
||||
merge_attributes(options)
|
||||
merge_atributes(:name => name, :value => value, :type => type)
|
||||
merge_attributes(:name => name, :value => value, :type => type)
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue