summaryrefslogtreecommitdiff
path: root/lib/chef/provider/launchd.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-05-08 17:15:15 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-05-08 17:15:15 -0700
commit11a7032fc2b55ea7de10fc20705faff303a07350 (patch)
tree7e69c0c4c87aa5c895724995499f324ec81b429d /lib/chef/provider/launchd.rb
parentbc7687e56763cedbd010cfd566aa2fc0c53bb194 (diff)
downloadchef-11a7032fc2b55ea7de10fc20705faff303a07350.tar.gz
fix a bunch of weirdly mangled require lines
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/provider/launchd.rb')
-rw-r--r--lib/chef/provider/launchd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb
index 5028d1e3b1..6206f7fd7e 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../provider"
require_relative "../resource/file"
require_relative "../resource/cookbook_file"
require_relative "../resource/macosx_service"