diff options
Diffstat (limited to 'lib/chef/shell_out.rb')
-rw-r--r-- | lib/chef/shell_out.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/shell_out.rb b/lib/chef/shell_out.rb index 3febe366bd..bf6018df52 100644 --- a/lib/chef/shell_out.rb +++ b/lib/chef/shell_out.rb @@ -1,4 +1,4 @@ -require 'mixlib/shellout' +require "mixlib/shellout" class Chef class ShellOut < Mixlib::ShellOut |