summaryrefslogtreecommitdiff
path: root/lib/chef/local_mode.rb
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2020-05-10 09:49:03 -0400
committerLance Albertson <lance@osuosl.org>2020-09-15 14:04:36 -0700
commit215dfd4834cf59e508c26b45dbddbc698c57fd7b (patch)
treec5de91ae786325e8c97000af77c70f3ff3034912 /lib/chef/local_mode.rb
parented48186831835be81b436a160bcf190a7756d473 (diff)
downloadchef-215dfd4834cf59e508c26b45dbddbc698c57fd7b.tar.gz
tighten all require statements for dist implementation
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'lib/chef/local_mode.rb')
-rw-r--r--lib/chef/local_mode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/local_mode.rb b/lib/chef/local_mode.rb
index df615df2b7..da8655a02f 100644
--- a/lib/chef/local_mode.rb
+++ b/lib/chef/local_mode.rb
@@ -15,9 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+require "chef-utils"
require_relative "config"
require_relative "monkey_patches/webrick-utils" if ChefUtils.windows?
-require "chef-utils"
class Chef
module LocalMode