Skip to content

Commit

Permalink
Fix a dump compiler error I made.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Oct 4, 2023
1 parent 78808a0 commit 5e15a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Fossa/Analyze.hs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ applyFiltersToProject basedir filters DiscoveredProject{..} =
-- will always fail
Nothing -> Just projectBuildTargets
Just relative -> do
applyFilters filters (toText projectType) rel projectBuildTargets
applyFilters filters (toText projectType) relative projectBuildTargets

runAnalyzers ::
( AnalyzeTaskEffs sig m
Expand Down

0 comments on commit 5e15a8e

Please sign in to comment.