Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Feb 16, 2025
1 parent b45fd3a commit 2e29fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nuclei/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ Additional documentation is available at: https://docs.nuclei.sh/getting-started
h := &pdcp.PDCPCredHandler{}
_, err := h.GetCreds()
if err != nil {
gologger.Print().Msgf("%s", fmt.Sprintf("[%v] To utilize the `-ai` flag, please configure your API key at %v", aurora.NewAurora(!options.NoColor).BrightYellow("WRN"), pdcp.DashBoardURL))
gologger.Print().Msgf("%s", fmt.Sprintf("[%v] To utilize the `-ai` flag, please configure your API key with the `-auth` flag or set the `PDCP_API_KEY` environment variable", aurora.NewAurora(!options.NoColor).BrightYellow("WRN")))
os.Exit(0)
}
}
Expand Down

0 comments on commit 2e29fa7

Please # to comment.