From 974bd337701d197d43692e24754eec6aca1a7074 Mon Sep 17 00:00:00 2001 From: Prathiksha-Nataraja <90592522+Prathiksha-Nataraja@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:01:17 +0530 Subject: [PATCH] doc: update command for workflow generation --- docs/integration-testing-for-payout-notify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration-testing-for-payout-notify.md b/docs/integration-testing-for-payout-notify.md index b25689a8..9d816877 100644 --- a/docs/integration-testing-for-payout-notify.md +++ b/docs/integration-testing-for-payout-notify.md @@ -10,7 +10,7 @@ Generating a wasm file `e.g.: output.wasm` from the [PayoutNotification.yaml](../workflow/examples/PayoutNotification.yaml). ``` - cat examples/PayoutNotification.yaml | docker run -i hugobyte/workflow-composer:v0.2 generate > workflow.wasm + cat workflow/examples/PayoutNotification.yaml | docker run -i hugobyte/workflow-composer:v0.2 generate > workflow.wasm ``` 5. **Deployment to openwhisk environment:**