Skip to content

Commit ed93259

Browse files
authored
Merge pull request #10478 from gitbutlerapp/kv-branch-55
but status - ensure unassigned always uses ID 00
2 parents 8186196 + 1a977a2 commit ed93259

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)