diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-21 16:31:18 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-26 12:21:39 -0700 |
commit | 2e6d39fad7b3934b8cba667d62f68ee3879933ff (patch) | |
tree | 59d54aa0222dfb36565a05fa2d86635b5decb945 /lib/chef | |
parent | b5bb5c9776bf5401bcb34d54f80be57c720c17e2 (diff) | |
download | chef-2e6d39fad7b3934b8cba667d62f68ee3879933ff.tar.gz |
add windows guard
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/mixin/windows_env_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |