mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] fix tag model save method
This commit is contained in:
parent
f2fd5d30b7
commit
8aa2950e01
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Fog
|
|||
|
||||
def save
|
||||
requires :key, :resource_id
|
||||
connection.create_tags(resource_id, key, value)
|
||||
connection.create_tags(resource_id, key => value)
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue