Skip to content

Commit

Permalink
FIX - Assign to runit_attrs rather than compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Dec 19, 2013
1 parent 76413dd commit 430b344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ platforms:
- name: ubuntu-1204
driver_plugin: digitalocean
driver_config:
image_id: 284203
image_id: 1505447
flavor_id: 63
region_id: 1
ssh_key_ids: <%= ENV['DIGITAL_OCEAN_SSH_KEY_IDS'] %>
Expand Down
2 changes: 1 addition & 1 deletion libraries/resource_runit_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def runit_attributes_from_node(run_context)
if run_context && run_context.node
runit_attr = run_context.node[:runit]
else
runit_attr == {}
runit_attr = {}
end
end
end
Expand Down

0 comments on commit 430b344

Please sign in to comment.