Fix some typos (#3382)

Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
Rui Cao
2018-09-23 21:33:17 +08:00
committed by k8s-ci-robot
parent 7d8e21634c
commit 02de35cfc3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
- name: "Determine if calico upgrade is needed"
block:
- name: "Check that calico version is enought for upgrade"
- name: "Check that calico version is enough for upgrade"
assert:
that:
- calico_version_on_server.stdout|version_compare('v2.6.5', '>=')