added InitNucleiVersion

dev
xm1k3 2023-03-02 09:37:42 +01:00
parent 32b79fdd36
commit ffd758dcb1
1 changed files with 1 additions and 0 deletions

View File

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