summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-11-25 12:34:13 +0200
committerRiku Voipio <riku.voipio@linaro.org>2013-11-25 12:34:13 +0200
commit3948dc7a2542095c54d2bf825c326a338d18559e (patch)
treeb47fc1e35ae88224fe79724b72e27b39f6e947fe
parent814abfcb13100f8cd1bffaecfa00de9fa454cbff (diff)
dunce cap: Revert "finetune template"
Now I know false and "false" are different in json. This reverts commit b23bcc0ccc3cb4879acbceeec6769716d8e20a30.
-rw-r--r--job_template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/job_template.json b/job_template.json
index 54b94ca..65726f1 100644
--- a/job_template.json
+++ b/job_template.json
@@ -50,7 +50,7 @@
],
"device_type": "arndale",
- "health_check": "false",
+ "health_check": false,
"job_name": "%%NAME%%",
"timeout": 18000
}