diff --git a/pkg/installer/template.go b/pkg/installer/template.go index 00a9982da2..8987b305f8 100644 --- a/pkg/installer/template.go +++ b/pkg/installer/template.go @@ -214,7 +214,7 @@ func (t *TemplateManager) updateTemplatesAt(dir string) error { if !HideUpdateChangesTable { // print summary table gologger.Print().Msgf("\nNuclei Templates %s Changelog\n", ghrd.Latest.GetTagName()) - gologger.DefaultLogger.Print().Msg(results.String()) + gologger.Print().Msg(results.String()) } } else { gologger.Info().Msgf("Successfully updated nuclei-templates (%v) to %s. GoodLuck!", ghrd.Latest.GetTagName(), dir)