Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Use correct styling for revision id
cloudhead committed 2 years ago
commit eb1ae13e68d8675e30d85fcb86666c78018e4bac
parent f0b8446515f043156589ac9db8f3a635938efe5f
1 file changed +1 -1
modified radicle-cli/src/commands/patch/checkout.rs
@@ -93,7 +93,7 @@ pub fn run(
    spinner.message(format!(
        "Switched to branch {} at revision {}",
        term::format::highlight(&patch_branch),
-
        term::format::secondary(term::format::oid(revision_id)),
+
        term::format::dim(term::format::oid(revision_id)),
    ));
    spinner.finish();