Skip to content

Commit b0f5e8c

Browse files
author
nianiB9
committed
fix code snippets
1 parent 56dd2b8 commit b0f5e8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Maestro/eg002EmbedWorkflow.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ if [ -z "$workflow_created" ]; then
1313
exit 0
1414
fi
1515

16-
#ds-snippet-start:Maestro1Step2
16+
#ds-snippet-start:Maestro2Step2
1717
#Check that the instance URL exists
1818
instance_url=$(cat config/INSTANCE_URL)
1919
if [ -z "$instance_url" ]; then
2020
echo "No instance URL found. Please run the trigger workflow script first."
2121
exit 1
2222
fi
23-
#ds-snippet-end:Maestro1Step2
23+
#ds-snippet-end:Maestro2Step2
2424

25-
#ds-snippet-start:Maestro1Step3
25+
#ds-snippet-start:Maestro2Step3
2626
# Launch local server and open in browser
2727
decoded_instance_url=$(echo "$instance_url" | sed 's/\\u0026/\&/g')
2828

@@ -36,4 +36,4 @@ elif which start &> /dev/null ; then
3636
start $host_url
3737
fi
3838
php ./examples/Maestro/lib/startServerForEmbeddedWorkflow.php "$decoded_instance_url"
39-
#ds-snippet-end:Maestro1Step3
39+
#ds-snippet-end:Maestro2Step3

0 commit comments

Comments
 (0)