diff options
Diffstat (limited to 'kitchen-tests/cookbooks')
-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") |