We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d043ba commit c140274Copy full SHA for c140274
bin/restapi_test.sh
@@ -6,7 +6,7 @@ if [ "$#" -ne 2 ]; then
6
echo
7
echo "Usage:"
8
echo "- first run the HyperFlow server: node app.js"
9
- echo "- then run this script: scripts/restapi_test.sh <port> <path to workflow.json>"
+ echo "- then run this script: restapi_test.sh <port> <path to Ping Pong workflow.json>"
10
echo "where <port> is the port number on which the server is running"
11
exit
12
fi
0 commit comments