Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Remove extra blank line in `rad auth`
cloudhead committed 2 years ago
commit a31f7060e5c5a82e7332e2ec7520038e47de3514
parent 6abbd39926f37545ed9981b6130018cf8325d1c2
1 file changed +2 -2
modified radicle-cli/src/commands/auth.rs
@@ -162,10 +162,10 @@ pub fn authenticate(options: Options, profile: &Profile) -> anyhow::Result<()> {
                return Ok(());
            }

-
            term::headline(format!(
+
            term::info!(
                "Authenticating as 👾 {}",
                term::format::Identity::new(profile).styled()
-
            ));
+
            );

            let passphrase = if options.stdin {
                term::passphrase_stdin()