From 03b13fd7743a3a79a18bc2742d3706a41c0ad019 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 5 Nov 2013 04:59:38 +0100 Subject: [PATCH] some type settings for tasks in config files --- examples/minimal.json | 2 +- examples/stress.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/minimal.json b/examples/minimal.json index a060b90..1229be0 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -12,7 +12,7 @@ "root":{ "name": "root", "tasks": [ - { "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }} + { "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} ] } }, diff --git a/examples/stress.json b/examples/stress.json index 9285a67..c344d12 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -12,7 +12,7 @@ "hanez":{ "name": "admin", "tasks": [ - { "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }} + { "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} ] } },