Skip to content

Commit 1a977a2

Browse files
committed
but status - ensure unassigned always uses ID 00
1 parent f396b7c commit 1a977a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/but/src/status/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub fn print_group(
188188
}
189189
}
190190
} else {
191-
let id = CliId::branch("UNASSIGNED").to_string().underline().blue();
191+
let id = CliId::Unassigned.to_string().underline().blue();
192192
println!(
193193
"╭ {} [{}] {}",
194194
id,

0 commit comments

Comments
 (0)