summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-17 13:45:52 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-17 13:45:52 -0700
commit53d796a95c7d33a4c3cd7b1285b53bb9b095d160 (patch)
tree9bbcca5e70a80732edd280a1194b084c03180766
parentb1fa206eafadbddb638b3004e0c1c9668c9decb1 (diff)
downloadchef-lcg/universal-dsl.tar.gz
typeofix thanks @ranjiblcg/universal-dsl
-rw-r--r--lib/chef/dsl/universal.rb2
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"