docs/notifications: fixup sending a notification

This commit is contained in:
Graham Christensen 2021-08-06 09:40:36 -04:00
parent 4e94551602
commit 5900e4d0b3

View file

@ -40,5 +40,5 @@ It is possible for subsequent deliveries of the same `build_finished` data to im
### Re-sending a notification
Notifications can be experimentally re-sent on the command line with `psql`, with `NOTIFY $notificationname '$payload'`.
Notifications can be experimentally re-sent on the command line with `psql`, with `NOTIFY $notificationname, '$payload'`.