diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-08 15:38:35 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-08 15:45:13 -0800 |
commit | 6475fbc562e4a53ab0d41667b7d6de154b7be37a (patch) | |
tree | 0718d158e912539e4b2873320217e135713934b2 /kitchen-tests | |
parent | 52b0cbdd5b32404ad38cb531bcddfc2246f31877 (diff) | |
download | chef-6475fbc562e4a53ab0d41667b7d6de154b7be37a.tar.gz |
Better describe the example resource usage
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb index f6639f2dd1..f49cccd9a5 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb @@ -9,7 +9,7 @@ hostname "chef-bk-ci.chef.io" apt_update -chef_sleep '2' +chef_sleep "2" timezone "UTC" |