diff options
Diffstat (limited to 'lib/ohai/hints.rb')
-rw-r--r-- | lib/ohai/hints.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/hints.rb b/lib/ohai/hints.rb index 0ed9ae5c..20420856 100644 --- a/lib/ohai/hints.rb +++ b/lib/ohai/hints.rb @@ -17,7 +17,7 @@ # limitations under the License. # -require 'ffi_yajl' +require "ffi_yajl" module Ohai module Hints |