misc update

This commit is contained in:
sandeep 2021-07-25 03:45:10 +05:30
parent 76de3a1378
commit 1b00efc8e3

View File

@ -185,7 +185,6 @@ func (r *Runner) updateTemplates() error {
}
if version.EQ(oldVersion) {
gologger.Info().Msgf("Your nuclei-templates are up to date: v%s\n", oldVersion.String())
return config.WriteConfiguration(r.templatesConfig, false, checkedIgnore)
}