Show not found new templates message

dev
Ice3man543 2021-09-13 15:32:40 +05:30
parent d7c6d1d0f5
commit be46cb2b32
1 changed files with 1 additions and 0 deletions

View File

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