summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/base/recipes/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb
index 896fd422b4..1efc828b52 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -9,7 +9,7 @@ hostname "chef-travis-ci.chef.io"
if platform_family?("debian")
include_recipe "ubuntu"
- apt_update "packages"
+ apt_update
end
if platform_family?("rhel", "fedora", "amazon")