Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle-cli: add PATH to environment variables in "rad debug" output
✗ CI failure Lars Wirzenius committed 2 years ago
commit 10ffe1011dfd7e8b4f61f7e48df13f7c0027f2b3
parent 4fcb29b2bbaace617541fb41283c1da4908ca00d
1 passed 1 failed (2 total) View logs
1 file changed +2 -0
modified radicle-cli/src/commands/debug.rs
@@ -62,6 +62,8 @@ fn debug(profile: &Profile) -> anyhow::Result<()> {
            Some((k, "<REDACTED>".into()))
        } else if k.starts_with("RAD_") || k.starts_with("SSH_") {
            Some((k, v))
+
        } else if k == "PATH" {
+
            Some((k, v))
        } else {
            None
        }