Skip to content

Commit a536c7f

Browse files
committed
chore: update log
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 418e40b commit a536c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/packages_worker/src/security-contacts/ingestSingle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export async function ingestSecurityContactsForPurl(
8585
): Promise<IngestSingleResult> {
8686
const row = await findBestRepoForPurl(qx, purl)
8787
if (!row) {
88-
log.info({ purl }, 'On-demand security contacts: no linked github repo found — skipping')
88+
log.info({ purl }, 'On-demand security contacts: no linked repo found — skipping')
8989
return { found: false }
9090
}
9191

0 commit comments

Comments
 (0)