mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-12 13:33:12 +08:00
adding missing space
This commit is contained in:
@@ -67,7 +67,7 @@ func New(opts Options) (*Service, error) {
|
||||
if opts.ExecuterOpts.Options.Verbose {
|
||||
gologger.Verbose().Msgf("Normalized mapping (%d): %v\n", len(mappingData), mappingData)
|
||||
}
|
||||
//adding custom template path if available
|
||||
// adding custom template path if available
|
||||
if len(opts.ExecuterOpts.Options.Templates) > 0 {
|
||||
defaultTemplatesDirectories = append(defaultTemplatesDirectories, opts.ExecuterOpts.Options.Templates...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user