summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-10 15:28:55 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-10 15:31:22 -0700
commit4520d5100c469fdd371389f6d72944e012a4b57a (patch)
tree777bd0c2b0870aa1a8c4a21b9ea844ec0e103155
parent654356f259320407bb3ce5306c90638dd66d6a98 (diff)
downloadchef-apt.tar.gz
Use apt not apt-update in kitchen testsapt
We have it to use here Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 944767eada..b1860e5a06 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -64,7 +64,7 @@ platforms:
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt update
- name: centos-6
driver:
@@ -100,7 +100,7 @@ platforms:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt update
- name: opensuse-leap
driver: