File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ if [ -z "$workflow_created" ]; then
1313 exit 0
1414fi
1515
16- # ds-snippet-start:Maestro1Step2
16+ # ds-snippet-start:Maestro2Step2
1717# Check that the instance URL exists
1818instance_url=$( cat config/INSTANCE_URL)
1919if [ -z " $instance_url " ]; then
2020 echo " No instance URL found. Please run the trigger workflow script first."
2121 exit 1
2222fi
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
2727decoded_instance_url=$( echo " $instance_url " | sed ' s/\\u0026/\&/g' )
2828
@@ -36,4 +36,4 @@ elif which start &> /dev/null ; then
3636 start $host_url
3737fi
3838php ./examples/Maestro/lib/startServerForEmbeddedWorkflow.php " $decoded_instance_url "
39- # ds-snippet-end:Maestro1Step3
39+ # ds-snippet-end:Maestro2Step3
You can’t perform that action at this time.
0 commit comments