diff options
Diffstat (limited to 'lib/chef/audit/logger.rb')
-rw-r--r-- | lib/chef/audit/logger.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/logger.rb b/lib/chef/audit/logger.rb index e46f54e582..da335eda98 100644 --- a/lib/chef/audit/logger.rb +++ b/lib/chef/audit/logger.rb @@ -15,7 +15,7 @@ # limitations under the License. # -require 'stringio' +require "stringio" class Chef class Audit |