This commit is contained in:
Ice3man543 2021-03-01 12:43:14 +05:30
parent 99e66d7554
commit 20c3ec0857

View File

@ -32,7 +32,7 @@ func (r *Runner) processTemplateWithList(template *templates.Template) bool {
// processTemplateWithList process a template on the URL list // processTemplateWithList process a template on the URL list
func (r *Runner) processWorkflowWithList(template *templates.Template) bool { func (r *Runner) processWorkflowWithList(template *templates.Template) bool {
if r.options.Workflows { if !r.options.Workflows {
return false return false
} }
results := &atomic.Bool{} results := &atomic.Bool{}