Skip to content

Commit

Permalink
doc: update command for workflow generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathiksha-Nataraja committed Nov 10, 2023
1 parent cbf4cdd commit 974bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration-testing-for-payout-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 974bd33

Please sign in to comment.