Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW
✗ CI failure Fintan Halpenny committed 7 months ago
commit 1bd4d1a1661c5b9c6e3b928f0538c4390e4fab6f
parent b08ba984ae97a7ec78f9ee8d00e396bb8d809e15
1 passed 1 failed (2 total) View logs
1 file changed +1 -1
modified crates/radicle-node/src/main.rs
@@ -139,7 +139,7 @@ fn parse_options() -> Result<Options, lexopt::Error> {
                let parsed = parser.value()?.parse_with(Logger::from_str)?;
                if matches!(parsed, Logger::Radicle) {
                    return Err(lexopt::Error::Custom(
-
                        "choice of this logger explicitly is forbidden, because it is deprecated"
+
                        "explicitly choosing this logger is forbidden, because it is deprecated"
                            .into(),
                    ));
                }