diff options
author | Davin Taddeo <davin@chef.io> | 2020-06-15 12:24:19 -0400 |
---|---|---|
committer | Davin Taddeo <davin@chef.io> | 2020-06-15 12:24:19 -0400 |
commit | 5eab72b9e784d1018adfa64f5da6436345679f44 (patch) | |
tree | f8f8cd52fe6aacc31597fa7204325d72d6fdda3c /kitchen-tests | |
parent | 6d0a315094ebec2d38736cf086b823a0b505abc0 (diff) | |
download | chef-5eab72b9e784d1018adfa64f5da6436345679f44.tar.gz |
updates for chefstyle and spellcheck errors
Signed-off-by: Davin Taddeo <davin@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/linux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb index da5265359d..aad4895246 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb @@ -119,5 +119,5 @@ include_recipe "::_openssl" include_recipe "::_tests" # at the moment these do not run properly in docker -# we need to investage if this is a snap on docker issue or a chef issue +# we need to investigate if this is a snap on docker issue or a chef issue # include_recipe "::_snap" if platform?("ubuntu") |