Skip to content

Commit 342d5d1

Browse files
committed
Merge branch 'hide-cd' into transcripts-cleanup
2 parents 5a7e3b4 + f2d0dae commit 342d5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unison-cli/src/Unison/CommandLine/InputPatterns.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ findIn =
609609
p : args -> first P.text do
610610
p <- Path.parsePath p
611611
pure (Input.FindI False (FindLocalSubnamespace p) args)
612-
_ -> Left (I.help updateIn)
612+
_ -> Left (I.help findIn)
613613

614614
findHelp :: P.Pretty CT.ColorText
615615
findHelp =

0 commit comments

Comments
 (0)