Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(src/broker.rs): typo in log message
Lars Wirzenius committed 1 year ago
commit 607699b8d32b700752370e63435ead5c2803032d
parent 0a8925d9617d35b548377d217cf9c70603395b0d
1 file changed +1 -1
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,