Skip to content

Commit

Permalink
[aws|compute] fix tag model save method
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 12, 2010
1 parent f2fd5d3 commit 8aa2950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/models/compute/tag.rb
Expand Up @@ -24,7 +24,7 @@ def destroy

def save
requires :key, :resource_id
connection.create_tags(resource_id, key, value)
connection.create_tags(resource_id, key => value)
true
end

Expand Down

0 comments on commit 8aa2950

Please sign in to comment.