Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
process-events help: add missing space
Tshepang Mbambo committed 1 year ago
commit 0e746060fefd114dfb36c4b19e2bdd0b49dfb10b
parent 1d4442d42fa89e4e5d2af4413adfccaa6e6f6413
1 file changed +1 -1
modified src/bin/cib.rs
@@ -220,7 +220,7 @@ impl QueuedCmd {
    }
}

-
/// Read events from the local node,insert them into the event queue
+
/// Read events from the local node, insert them into the event queue
/// in the database, then process events in the queue by running CI
/// based on each each event.
///