Skip to content

Commit 24963b7

Browse files
committed
fix nuclei-template to NoUpdateTemplates=true 2022-06-30 09:13:1656551609
1 parent 0459360 commit 24963b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuclei_Yaml/nuclei_yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func readConfig() {
289289
options.UpdateNuclei = false
290290
options.UpdateTemplates = false
291291
options.TemplatesDirectory = "config/nuclei-templates"
292-
options.NoUpdateTemplates = false
292+
options.NoUpdateTemplates = true
293293
options.EnableProgressBar = false
294294
options.StatsJSON = false
295295
options.StatsInterval = 5

0 commit comments

Comments
 (0)