summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/installer.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/win32/api/installer.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/win32/api/installer.rb')
-rw-r--r--lib/chef/win32/api/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/api/installer.rb b/lib/chef/win32/api/installer.rb
index bb0215255a..2ad23be960 100644
--- a/lib/chef/win32/api/installer.rb
+++ b/lib/chef/win32/api/installer.rb
@@ -17,7 +17,7 @@
#
require_relative "../../exceptions"
-require_relative ""
+require_relative "../api"
require_relative "../error"
require "pathname"