diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-17 13:45:52 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-17 13:45:52 -0700 |
commit | 53d796a95c7d33a4c3cd7b1285b53bb9b095d160 (patch) | |
tree | 9bbcca5e70a80732edd280a1194b084c03180766 /lib/chef/dsl | |
parent | b1fa206eafadbddb638b3004e0c1c9668c9decb1 (diff) | |
download | chef-53d796a95c7d33a4c3cd7b1285b53bb9b095d160.tar.gz |
typeofix thanks @ranjiblcg/universal-dsl
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r-- | lib/chef/dsl/universal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |