From 53d796a95c7d33a4c3cd7b1285b53bb9b095d160 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 17 May 2016 13:45:52 -0700 Subject: typeofix thanks @ranjib --- lib/chef/dsl/universal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/dsl/universal.rb b/lib/chef/dsl/universal.rb index 591f035d97..810792f542 100644 --- a/lib/chef/dsl/universal.rb +++ b/lib/chef/dsl/universal.rb @@ -17,7 +17,7 @@ # limitations under the License. # -require "chef/dsl/platform_instrospection" +require "chef/dsl/platform_introspection" require "chef/mixin/powershell_out" require "chef/mixin/shell_out" -- cgit v1.2.1