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 9, 2023
1 parent 75a94aa commit a7ba716
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 `ex: output.wasm` from the [PayoutNotification.yaml](../workflow/examples/PayoutNotification.yaml)

```
docker run -i hugobyte/workflow-composer:v0.2 generate > output.wasm
cat examples/PayoutNotification.yaml | docker run -i hugobyte/workflow-composer:v0.2 generate > output.wasm
```

5. Deployment to openwhisk environment:
Expand Down

0 comments on commit a7ba716

Please sign in to comment.