Skip to content

Commit

Permalink
Update sample rule to flush cached data to disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jan 8, 2018
1 parent baccc22 commit 8eadc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/examples/rules/sample_rule_with_webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
action:
ref: "core.local"
parameters:
cmd: "echo \"{{trigger.body}}\" >> ~/st2.webhook_sample.out"
cmd: "echo \"{{trigger.body}}\" >> ~/st2.webhook_sample.out ; sync"

0 comments on commit 8eadc1d

Please sign in to comment.