Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
willdollman committed Oct 9, 2024
1 parent 7328289 commit 31f6245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/src/sbom_fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Examples:
return err
}

fmt.Printf("Fetching SBOMs and validating signatures for all %d images in the Sourcegraph %s release...\n", len(images), c.version)
fmt.Printf("Fetching SBOMs and validating signatures for all %d images in the Sourcegraph %s release...\n\n", len(images), c.version)

var successCount, failureCount int
for _, image := range images {
Expand Down

0 comments on commit 31f6245

Please sign in to comment.