summaryrefslogtreecommitdiff
path: root/lib/chef/provider/link.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-24 10:32:49 -0700
committerClaire McQuin <claire@getchef.com>2014-09-24 10:32:49 -0700
commit2d6d41d9b2465d3bc1e9f11b6d1197500f8859cc (patch)
treeeba16f402171a41cda8926309032d8773ec5c994 /lib/chef/provider/link.rb
parentd9894dcf47200a047b5e54284f43543dbf2e322b (diff)
downloadchef-2d6d41d9b2465d3bc1e9f11b6d1197500f8859cc.tar.gz
Remove requires path_helper from provider class, add to provider subclasses using PathHelper.
Diffstat (limited to 'lib/chef/provider/link.rb')
-rw-r--r--lib/chef/provider/link.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/link.rb b/lib/chef/provider/link.rb
index af2fe4a84f..639dc4f3ff 100644
--- a/lib/chef/provider/link.rb
+++ b/lib/chef/provider/link.rb
@@ -22,6 +22,7 @@ require 'chef/mixin/file_class'
require 'chef/resource/link'
require 'chef/provider'
require 'chef/scan_access_control'
+require 'chef/util/path_helper'
class Chef
class Provider