mirror of https://github.com/daffainfo/nuclei.git
misc updates
parent
97460f37f9
commit
62a957d812
|
@ -586,6 +586,6 @@ func updateNucleiVersionToLatest(verbose bool) error {
|
|||
if err := m.Install(tarball); err != nil {
|
||||
return errors.Wrap(err, "could not install latest release")
|
||||
}
|
||||
gologger.Info().Msgf("Updated Nuclei to %s\n", latest.Version)
|
||||
gologger.Info().Msgf("Successfully updated to Nuclei %s\n", latest.Version)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue