From 854bf88c1a69666db4aacfe540e9797ba6d6a69e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 6 Nov 2017 08:38:35 +0100 Subject: Fix: spelling of exit_code --- yarns/400-build.yarn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yarns/400-build.yarn') 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" -- cgit v1.2.1