summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-08-22 11:26:56 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-08-22 11:26:56 -0700
commitc855131d3bbb48a4f1dc56db96455e44348e1fac (patch)
treef9e170ae695283c0a1b4b97a5ffe2174e7a00a12
parentd5ca41ca9f9c32ed9b34f1e9e768e97c510fcc99 (diff)
downloadchef-c855131d3bbb48a4f1dc56db96455e44348e1fac.tar.gz
fix some typos
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--kitchen-tests/.kitchen.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 60d3508b89..9c5854d923 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -86,7 +86,7 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certifiates
+ - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certificates
- name: ubuntu-14.04
driver:
@@ -94,7 +94,7 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certifictes
+ - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certificates
- name: ubuntu-16.04
driver: