summaryrefslogtreecommitdiff
path: root/yarns/400-build.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-06 08:38:35 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-06 08:38:35 +0100
commit854bf88c1a69666db4aacfe540e9797ba6d6a69e (patch)
tree0261385cb70ee2703d5c1c39967c408a0f4e1217 /yarns/400-build.yarn
parentf1e2fdbfaa4f18c662a75941437d1ae46c6ca89f (diff)
downloadick2-854bf88c1a69666db4aacfe540e9797ba6d6a69e.tar.gz
Fix: spelling of exit_code
Diffstat (limited to 'yarns/400-build.yarn')
-rw-r--r--yarns/400-build.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index 573c0b0..81124a4 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -146,7 +146,7 @@ Worker reports some build output. Note the null exit code.
... "worker": "obelix",
... "project": "rome",
... "pipeline": "construct",
- ... "exít_code": null,
+ ... "exit_code": null,
... "stdout": "hey ho hey ho",
... "stderr": "",
... "timestamp": "2017-10-27T17:08:49"
@@ -222,7 +222,7 @@ Report it done.
... "worker": "obelix",
... "project": "rome",
... "pipeline": "construct",
- ... "exít_code": 0,
+ ... "exit_code": 0,
... "stdout": "to the gold mine we go!\n",
... "stderr": "",
... "timestamp": "2017-10-27T17:08:49"