Skip to content

Commit 1d04ee8

Browse files
aegilopsCopilot
andauthored
Update src/sbomCollector.ts
Co-authored-by: Copilot <[email protected]>
1 parent e6b11d9 commit 1d04ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sbomCollector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export class SbomCollector {
260260
this.decisions[fullName] = `Fetching because error comparing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})`;
261261
}
262262
} else {
263-
this.decisions[fullName] = baseline ? `Fetching because missing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})` : "Fetching because no baseline";
263+
this.decisions[fullName] = baseline ? `Fetching because of missing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})` : "Fetching because no baseline";
264264
}
265265

266266
let sbom: RepositorySbom | undefined = undefined;

0 commit comments

Comments
 (0)