Skip to content

Commit 47f1c11

Browse files
committed
fix(cli): Make dropped stand out more
1 parent 6d2e99b commit 47f1c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/git-stack/stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ fn format_commit_status<'d>(
11941194
if node.action.is_protected() {
11951195
format!("")
11961196
} else if node.action.is_delete() {
1197-
format!("{} ", palette.warn.paint("(drop)"))
1197+
format!("{} ", palette.error.paint("(drop)"))
11981198
} else if 1 < repo
11991199
.raw()
12001200
.find_commit(node.local_commit.id)

0 commit comments

Comments
 (0)