Skip to content

Commit 78997cb

Browse files
committed
Fix samples
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent e229eff commit 78997cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/run-return-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ do:
88
run:
99
container:
1010
image: hello-world
11-
return: all
11+
return: all

examples/run-return-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ do:
88
run:
99
container:
1010
image: hello-world
11-
return: code
11+
return: code

examples/run-return-none.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ do:
88
run:
99
container:
1010
image: hello-world
11-
return: none
11+
return: none

examples/run-return-stderr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ do:
88
run:
99
container:
1010
image: hello-world
11-
return: stderr
11+
return: stderr

0 commit comments

Comments
 (0)