Skip to content

Commit fd40380

Browse files
committed
it should be the master branch, not the main
1 parent 4a7aa2a commit fd40380

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
@@ -154,7 +154,7 @@ formatFicusScanSummary results =
154154
, " Unique Files new to our knowledge base: " <> toText (show $ ficusStatsUniqueNewFiles stats)
155155
, " Processing time: " <> formatProcessingTime (ficusStatsProcessingTimeSeconds stats) <> "s"
156156
, "============================================================"
157-
, "See the docs for an explanation of this summary: https://github.com/fossas/fossa-cli/blob/main/docs/features/snippet-scanning.md#the-snippet-scan-summary"
157+
, "See the docs for an explanation of this summary: https://github.com/fossas/fossa-cli/blob/master/docs/features/snippet-scanning.md#the-snippet-scan-summary"
158158
]
159159
where
160160
-- Format the processing time as a string with 3 decimal places

0 commit comments

Comments
 (0)