Skip to content

Commit

Permalink
correct syntax for hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Jan 29, 2014
1 parent 800e705 commit b896e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mccloud/provider/aws/vm/up.rb
Expand Up @@ -71,7 +71,7 @@ def up(options={})
}.merge(@create_options)

# Always add the name tag
create_options.tags["Name"] = "#{@provider.filter}#{@name}"
create_options[:tags]["Name"] = "#{@provider.filter}#{@name}"

check_security_groups(create_options[:groups])
check_key(create_options[:key_name])
Expand Down

0 comments on commit b896e41

Please sign in to comment.