misc updates

dev
sandeep 2021-07-25 04:31:22 +05:30
parent 97460f37f9
commit 62a957d812
1 changed files with 1 additions and 1 deletions

View File

@ -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
}