diff options
author | Lamont Granquist <lamont@opscode.com> | 2013-03-15 15:17:07 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2013-03-15 16:39:35 -0700 |
commit | b480aca6eb0167928cabfb47291a91ddcb50e434 (patch) | |
tree | b2375ab1e65ed8535ee4dd9a5fb552a5f5285a72 /lib/chef/provider/link.rb | |
parent | 6b653284a81195d13c6561371fdcf70bb0fa0ee7 (diff) | |
download | chef-b480aca6eb0167928cabfb47291a91ddcb50e434.tar.gz |
refactoring of file providers
Diffstat (limited to 'lib/chef/provider/link.rb')
-rw-r--r-- | lib/chef/provider/link.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/link.rb b/lib/chef/provider/link.rb index b8017c4558..5a29aff623 100644 --- a/lib/chef/provider/link.rb +++ b/lib/chef/provider/link.rb @@ -112,7 +112,7 @@ class Chef end if @new_resource.link_type == :symbolic if access_controls.requires_changes? - converge_by(access_controls.describe_changes) do + converge_by(access_controls.describe_changes) do access_controls.set_all end end |