Skip to content

Commit

Permalink
Update root.rb
Browse files Browse the repository at this point in the history
Resolves #236
  • Loading branch information
EasyAsABC123 committed Jan 15, 2016
1 parent e54eada commit 11b30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@was_updated = default_documents(new_resource.add_default_documents, new_resource.default_documents_enabled, true, false) | @was_updated
@was_updated = mime_maps(new_resource.add_mime_maps, true, false) | @was_updated

if was_updated
if @was_updated
new_resource.updated_by_last_action(true)
else
Chef::Log.debug("#{new_resource} - nothing to do")
Expand Down

0 comments on commit 11b30da

Please sign in to comment.