Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc805e3

Browse files
Update exec.py -- fix typo
1 parent 3c4620b commit bc805e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
exit(1)
2424

2525
if not resp:
26-
print("Pod %s does not exits. Creating it..." % name)
26+
print("Pod %s does not exist. Creating it..." % name)
2727
pod_manifest = {
2828
'apiVersion': 'v1',
2929
'kind': 'Pod',

0 commit comments

Comments
 (0)