Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 22, 2024
1 parent 4130df5 commit 9ebb19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func allSelectionsMade(state map[string]string, options []Option) bool {
if option.Flags[0] == "-h" {
continue
}
if state[fmt.Sprintf("%s-%s", option.Flags[0], state["first"])] == "" {
if state[fmt.Sprintf("%s-%s", state["first"], option.Flags[0])] == "" {
return false
}
}
Expand Down

0 comments on commit 9ebb19a

Please sign in to comment.