diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-10-26 09:29:29 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-10-26 09:29:29 -0400 |
| commit | 2c7072c1fab9328c6f2f3a1245e4aa85baac5f73 (patch) | |
| tree | 031ccd9294ea970a5e450ebe3c9bda4c44f7a4ce /cmd/stealthmountain/main.go | |
| parent | 4ba8b29bb35c61b4bd7fb1208e28af203c347ee6 (diff) | |
| download | x-2c7072c1fab9328c6f2f3a1245e4aa85baac5f73.tar.xz x-2c7072c1fab9328c6f2f3a1245e4aa85baac5f73.zip | |
cmd/{amano,stealthmountain}: I misnamed the nats subjects
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/stealthmountain/main.go')
| -rw-r--r-- | cmd/stealthmountain/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/stealthmountain/main.go b/cmd/stealthmountain/main.go index d4ae7b0..536bacf 100644 --- a/cmd/stealthmountain/main.go +++ b/cmd/stealthmountain/main.go @@ -19,7 +19,7 @@ import ( ) const ( - PostTopic = "amano:commit:app.bsky.feed.post" + PostTopic = "amano.commit.app.bsky.feed.post" ) var ( |
