We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d716a2 commit 1cd9130Copy full SHA for 1cd9130
1 file changed
lib/commands/ls.js
@@ -114,9 +114,7 @@ export default class extends Command {
114
? "🔒"
115
: " " ) + " " + this.#prepareName( pkg ),
116
"branch": status.head.branch
117
- ? ( status.head.branch === "main"
118
- ? status.head.branch
119
- : ansi.error( status.head.branch ) )
+ ? status.head.branch
120
: ansi.error( status.head.abbrev ),
121
"dirty": status.isDirty,
122
"pushed": currentBranchPushStatus
0 commit comments