Update exec.py -- fix typo

This commit is contained in:
Onkar Ganjewar 2018-07-30 15:42:53 -06:00 committed by GitHub
parent 3c4620b7ca
commit bc805e371b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ except ApiException as e:
exit(1)
if not resp:
print("Pod %s does not exits. Creating it..." % name)
print("Pod %s does not exist. Creating it..." % name)
pod_manifest = {
'apiVersion': 'v1',
'kind': 'Pod',