From 0699ea6be867802f205870d2ec66338326428e71 Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Wed, 4 Oct 2023 17:44:07 -0500 Subject: [PATCH] Revert "Change to trigger a (hopefully) partial rebuild." This reverts commit 78808a0c0d8a61c97b6144729d5ab23f01e310a6. --- src/App/Fossa/Analyze.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Fossa/Analyze.hs b/src/App/Fossa/Analyze.hs index 767a28ba55..8f0f824480 100644 --- a/src/App/Fossa/Analyze.hs +++ b/src/App/Fossa/Analyze.hs @@ -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