Merge pull request #990 from DeterminateSystems/docs/notifications

docs/notifications: fixup sending a notification
This commit is contained in:
Graham Christensen
2021-08-06 14:52:55 -04:00
committed by GitHub

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'`.