Browse Source

Fix typo (#541)

Invocation instead of invokation
pull/542/head
Alex 5 years ago committed by GitHub
parent
commit
4cdad818d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _articles/send/send-cli.md

2
_articles/send/send-cli.md

@ -74,7 +74,7 @@ bw send template send.text | jq ".name=\"My First Send\" | .text.text=\"Secrets @@ -74,7 +74,7 @@ bw send template send.text | jq ".name=\"My First Send\" | .text.text=\"Secrets
```
{% callout success %}
Notice in the 2nd example that the jq invokation must be wrapped in double quotes (`" "`) and use escapes (`\`) for each filter due to a nested `date` variable that configures a `.deletionDate` in the Send.
Notice in the 2nd example that the jq invocation must be wrapped in double quotes (`" "`) and use escapes (`\`) for each filter due to a nested `date` variable that configures a `.deletionDate` in the Send.
{% endcallout %}
**Options:**

Loading…
Cancel
Save