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) }