From b7106297a52f5776b1d9fb5ecdc85302683ceffc Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Mon, 1 Feb 2016 23:04:25 +1300 Subject: [PATCH] Fix quickstart doc error Change-Id: I810e17523ebe95b60de971a269c0ec4a4ba0408f --- doc/source/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 891cb2ade..58045cb73 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -42,7 +42,7 @@ For example, we have the following workflow:: on-success: task2 task2: - action: std.echo="Done" + action: std.echo output="Done" This is a simple workflow iterates through the given list of names in its first task (using "with-items") and stores them as a task result (using echo action) and then stores word "Done" as a result of the second task.