From 1c0f8c2d945e595891284b9416ae44c0cc31480a Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Wed, 2 Oct 2024 10:11:21 +0400 Subject: [PATCH] Update pkg/javadb/client.go Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com> --- pkg/javadb/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/javadb/client.go b/pkg/javadb/client.go index 382292310410..6d5b589bb5d1 100644 --- a/pkg/javadb/client.go +++ b/pkg/javadb/client.go @@ -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.`) }