1
0
Fork 0
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:
Joshua Gross 2014-02-04 18:05:01 -05:00
parent dfdb7a62dd
commit e288659a5b

View file

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