Skip to content

Commit 3459c17

Browse files
authored
Merge pull request #587 from onkarganjewar/patch-1
Fix typo in exec.py example
2 parents 6e0d543 + bc805e3 commit 3459c17

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)