Skip to content

Commit

Permalink
Trivial comment manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Dec 6, 2023
1 parent 41214a5 commit 8ff3e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csaf_checker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/csaf-poc/csaf_distribution/v3/internal/options"
)

// run uses a processor to check all the given domains or direct urls
// run uses a processor to check (all) the given domain(s) or direct urls
// and generates a report.
func run(cfg *config, domains []string) (*Report, error) {
p, err := newProcessor(cfg)
Expand Down

0 comments on commit 8ff3e42

Please sign in to comment.