Skip to content

Commit

Permalink
fix: use correct color from --color-no-upsteam arg (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Apr 9, 2024
1 parent 0260eed commit dd587ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func main() {
case "color-untracked":
cfg.ColorUntracked = f.Value.String()
case "color-no-upstream":
cfg.ColorUntracked = f.Value.String()
cfg.ColorNoUpstream = f.Value.String()
case "color-merging":
cfg.ColorMerging = f.Value.String()
}
Expand Down

0 comments on commit dd587ea

Please sign in to comment.