Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 21, 2024
1 parent 4442dbc commit 784c71e
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 @@ -286,7 +286,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", option.Flags[0], state["first"])] == "" {
return false
}
}
Expand Down

0 comments on commit 784c71e

Please sign in to comment.