diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-08 17:15:15 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-08 17:15:15 -0700 |
commit | 11a7032fc2b55ea7de10fc20705faff303a07350 (patch) | |
tree | 7e69c0c4c87aa5c895724995499f324ec81b429d /lib/chef/provider/mdadm.rb | |
parent | bc7687e56763cedbd010cfd566aa2fc0c53bb194 (diff) | |
download | chef-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/mdadm.rb')
-rw-r--r-- | lib/chef/provider/mdadm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/mdadm.rb b/lib/chef/provider/mdadm.rb index 3a9935a2ea..c5df1d0724 100644 --- a/lib/chef/provider/mdadm.rb +++ b/lib/chef/provider/mdadm.rb @@ -17,7 +17,7 @@ # require_relative "../log" -require_relative "" +require_relative "../provider" class Chef class Provider |