Skip to content

Commit 79e4dee

Browse files
committed
fix typo in job example
1 parent 8a3f0b5 commit 79e4dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/controllers/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
containers:
99
- name: pi
1010
image: perl:5.34
11-
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
11+
command: ["perl", "-Mbignum=bpi", "-wle", "'print bpi(2000)'"]
1212
restartPolicy: Never
1313
backoffLimit: 4
1414

0 commit comments

Comments
 (0)