Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
Fix typo "Ci" ("CI" is correct)
Merged liw opened 1 year ago

Going to self-merge this as it should be entirely uncontroversial.

3 files changed +3 -3 0a8925d9 a3fbb6e0
modified debian/control
@@ -16,5 +16,5 @@ Description: broker continuous integration implementations for Radicle
 forges such as GitHub and GitLab that preserves user sovereignty and
 freedom.
 .
-
 Radicle CI broker uses a configured CI engine to run Ci for a repsitory
+
 Radicle CI broker uses a configured CI engine to run CI for a repsitory
 on a Radicle node.
modified src/bin/cibtool.rs
@@ -111,7 +111,7 @@ enum Cmd {
    /// Produce HTML reports based on database contents.
    Report(ReportCmd),

-
    /// Trigger a Ci run.
+
    /// Trigger a CI run.
    Trigger(TriggerCmd),
}

modified src/broker.rs
@@ -67,7 +67,7 @@ impl Broker {
    #[allow(clippy::result_large_err)]
    pub fn execute_ci(&mut self, trigger: &Request) -> Result<Run, BrokerError> {
        info!("Start CI run");
-
        debug!("Start Ci run on {trigger:#?}");
+
        debug!("Start CI run on {trigger:#?}");
        let mut run = match trigger {
            Request::Trigger {
                common,