Skip to content

Commit 3019f7f

Browse files
committed
Minor debug nit
1 parent 5007a98 commit 3019f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/scan/create-scan-from-github.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async function testAndDownloadManifestFile({
340340
: undefined
341341

342342
if (!supportedFiles || !isReportSupportedFile(file, supportedFiles)) {
343-
debugFn('notice', ' - skip: not a known pattern')
343+
debugFn('notice', 'skip: not a known pattern')
344344
// Not an error.
345345
return { ok: true, data: { isManifest: false } }
346346
}

0 commit comments

Comments
 (0)