Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
997d79391026b375d8fab0748e21da96b13ba7fc
Wed, 08 Jul 2026 11:03:22 +0000 (1 week ago)
| 1 | diff --git a/crates/cmd/src/dispatch.rs b/crates/cmd/src/dispatch.rs |
| 2 | index 03674b4..67d92d1 100644 |
| 3 | --- a/crates/cmd/src/dispatch.rs |
| 4 | +++ b/crates/cmd/src/dispatch.rs |
| 5 | @@ -10,7 +10,7 @@ use tracing::Level; |
| 6 | author, |
| 7 | version, |
| 8 | about, |
| 9 | - name = "dispatch", |
| 10 | + name = "ayllu-dispatch", |
| 11 | long_about = r#" |
| 12 | |
| 13 | ayllu-dispatch listens for events to occur and performs some action depending on |