Skip to content

Commit 9543639

Browse files
committed
Reword error
1 parent 5acd163 commit 9543639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Fossa/Ficus/Analyze.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ runFicus maybeDebugDir ficusConfig = do
332332
let vendoredDep = findingToVendoredDependency finding
333333
when (isJust currentSnippetResults && isJust analysisFinding) $
334334
hPutStrLn stderr $
335-
"[" ++ timestamp ++ "] ERROR " <> "Found multiple ficus analysis responses."
335+
"[" ++ timestamp ++ "] ERROR " <> "Unexpected mutliple snippet scan results"
336336
let newSnippetResults = currentSnippetResults <|> analysisFinding
337337
let newVendoredDeps = case vendoredDep of
338338
Just dep -> dep : currentVendoredDeps

0 commit comments

Comments
 (0)