Przeglądaj źródła

Missing double quote, sneaky little bugger

Kristopher Paulsen 7 miesięcy temu
rodzic
commit
8bf4727a1c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/subscribe/cli.md

+ 1 - 1
docs/subscribe/cli.md

@@ -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>