Skip to content

Commit

Permalink
Remove a help message from an error
Browse files Browse the repository at this point in the history
This silpped by in the merge.
  • Loading branch information
sellout committed Jul 5, 2024
1 parent 0e76597 commit 81f9458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unison-cli/src/Unison/CommandLine/InputPatterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ mergeCommitInputPattern =
),
parse = \case
[] -> Right Input.MergeCommitI
_ -> Left (I.help mergeCommitInputPattern)
args -> wrongArgsLength "no arguments" args
}

parseLooseCodeOrProject :: String -> Maybe Input.LooseCodeOrProject
Expand Down

0 comments on commit 81f9458

Please sign in to comment.