summaryrefslogtreecommitdiff
path: root/lib/chef/http/json_to_model_output.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/json_to_model_output.rb')
-rw-r--r--lib/chef/http/json_to_model_output.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/json_to_model_output.rb b/lib/chef/http/json_to_model_output.rb
index 9bc90a52ae..2290c90b0c 100644
--- a/lib/chef/http/json_to_model_output.rb
+++ b/lib/chef/http/json_to_model_output.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/http/json_output'
+require "chef/http/json_output"
class Chef
class HTTP