mirror of https://github.com/daffainfo/nuclei.git
Show not found new templates message
parent
d7c6d1d0f5
commit
be46cb2b32
|
@ -149,6 +149,7 @@ func (r *Runner) updateTemplates() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if version.EQ(oldVersion) {
|
if version.EQ(oldVersion) {
|
||||||
|
gologger.Info().Msgf("No new updates found for nuclei templates")
|
||||||
return config.WriteConfiguration(r.templatesConfig, false, checkedIgnore)
|
return config.WriteConfiguration(r.templatesConfig, false, checkedIgnore)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue