mirror of https://github.com/daffainfo/nuclei.git
added InitNucleiVersion
parent
32b79fdd36
commit
ffd758dcb1
|
@ -90,6 +90,7 @@ func (r *Runner) updateTemplates() error { // TODO this method does more than ju
|
|||
return nil
|
||||
}
|
||||
|
||||
client.InitNucleiVersion(config.Version)
|
||||
r.fetchLatestVersionsFromGithub(configDir) // also fetch the latest versions
|
||||
|
||||
ctx := context.Background()
|
||||
|
|
Loading…
Reference in New Issue