Skip to content

Commit

Permalink
Update pkg/javadb/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: simar7 <[email protected]>
  • Loading branch information
knqyf263 and simar7 authored Oct 2, 2024
1 parent 151a544 commit 1c0f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/javadb/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (u *Updater) Update() error {
if err = metac.Update(meta); err != nil {
return xerrors.Errorf("Java DB metadata update error: %w", err)
}
log.InfoContext(ctx, "The Java DB is cached for 3 days. If you want to update the database more frequently, "+
log.InfoContext(ctx, "Java DB is cached for 3 days. If you want to update the database more frequently, "+
`"trivy clean --java-db" command clears the DB cache.`)
}

Expand Down

0 comments on commit 1c0f8c2

Please sign in to comment.