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
commit 512b0663e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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