mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-11 09:06:14 +00:00
fix typo in cluster
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user