From 2e6d39fad7b3934b8cba667d62f68ee3879933ff Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 21 May 2015 16:31:18 -0700 Subject: add windows guard --- lib/chef/mixin/windows_env_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/mixin/windows_env_helper.rb b/lib/chef/mixin/windows_env_helper.rb index 2b59a6abfb..a126801a28 100644 --- a/lib/chef/mixin/windows_env_helper.rb +++ b/lib/chef/mixin/windows_env_helper.rb @@ -21,7 +21,7 @@ require 'chef/exceptions' require 'chef/platform/query_helpers' require 'chef/win32/error' if Chef::Platform.windows? require 'chef/win32/api/system' if Chef::Platform.windows? -require 'chef/win32/api/unicode' +require 'chef/win32/api/unicode' if Chef::Platform.windows? class Chef module Mixin -- cgit v1.2.1