cli: Use correct styling for revision id

This commit is contained in:
cloudhead 2024-03-12 15:46:55 +01:00
parent f0b8446515
commit eb1ae13e68
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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();