Merge pull request #1388 from KristopherPaulsen/add-missing-quote-on-cli-example
Some checks failed
build / build (push) Has been cancelled
docs / publish-docs (push) Has been cancelled
test / test (push) Has been cancelled

Add missing double-quote to docs so commands work when copy-pasted
This commit is contained in:
Philipp C. Heckel 2025-07-13 15:56:19 +02:00 committed by GitHub
commit 81a486adc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ environment variables. Here are a few examples:
```
ntfy sub mytopic 'notify-send "$m"'
ntfy sub topic1 /my/script.sh
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p'
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p"'
```
<figure>