fix typo in cluster

This commit is contained in:
halfcrazy
2018-02-01 03:16:39 +08:00
committed by zhuyan
parent 230726ffbe
commit 9b64650311
11 changed files with 11 additions and 11 deletions

View File

@@ -739,7 +739,7 @@ def kubectl(*args):
def kubectl_success(*args):
''' Runs kubectl with the given args. Returns True if succesful, False if
''' Runs kubectl with the given args. Returns True if successful, False if
not. '''
try:
kubectl(*args)