Skip to content

Commit

Permalink
Revert "Change to trigger a (hopefully) partial rebuild."
Browse files Browse the repository at this point in the history
This reverts commit 78808a0.
  • Loading branch information
csasarak committed Oct 4, 2023
1 parent e9a23a1 commit 0699ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/Fossa/Analyze.hs
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ applyFiltersToProject basedir filters DiscoveredProject{..} =
-- archives are not unpacked relative to the scan basedir, so "makeRelative"
-- will always fail
Nothing -> Just projectBuildTargets
Just relative -> do
applyFilters filters (toText projectType) relative projectBuildTargets
Just rel -> do
applyFilters filters (toText projectType) rel projectBuildTargets

runAnalyzers ::
( AnalyzeTaskEffs sig m
Expand Down

0 comments on commit 0699ea6

Please sign in to comment.