Skip to content

Commit

Permalink
Merge pull request #153 from manuelbua/fix-148
Browse files Browse the repository at this point in the history
Fix #148
  • Loading branch information
ehsandeep committed Jul 14, 2020
2 parents c4934b7 + e9d27ed commit 676bbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/internal/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (r *Runner) RunEnumeration() {
workflow := t.(*workflows.Workflow)
r.ProcessWorkflowWithList(workflow)
default:
gologger.Errorf("Could not parse file '%s': %s\n", r.options.Templates, err)
gologger.Errorf("Could not parse file '%s': %s\n", match, err)
}
}
if !results {
Expand Down

0 comments on commit 676bbc0

Please sign in to comment.