From be46cb2b32dfc9ba3fa014bb4f1ccd31bbcb89fd Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Mon, 13 Sep 2021 15:32:40 +0530 Subject: [PATCH] Show not found new templates message --- v2/internal/runner/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/internal/runner/update.go b/v2/internal/runner/update.go index a4f55eba6..3ad78ce36 100644 --- a/v2/internal/runner/update.go +++ b/v2/internal/runner/update.go @@ -149,6 +149,7 @@ func (r *Runner) updateTemplates() error { } if version.EQ(oldVersion) { + gologger.Info().Msgf("No new updates found for nuclei templates") return config.WriteConfiguration(r.templatesConfig, false, checkedIgnore) }