This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c2cbe424 workflow variables output fix
c2cbe424 is described below

commit c2cbe42424b523110e86f463773bf8feca0132f5
Author: zan-mateusz <[email protected]>
AuthorDate: Fri Dec 9 12:42:13 2022 +0000

    workflow variables output fix
---
 guide/blueprints/workflow/variables.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guide/blueprints/workflow/variables.md 
b/guide/blueprints/workflow/variables.md
index b1121e10..97fdef47 100644
--- a/guide/blueprints/workflow/variables.md
+++ b/guide/blueprints/workflow/variables.md
@@ -25,9 +25,9 @@ This will output a series of log messages such as:
 
 ```
 Starting workflow: my-workflow
-Step 1
-Step 2
-Step 3
+The value for x is now 1
+The value for x is now 2
+The value for x is now 3
 ```
 
 

Reply via email to