Skip to content

Commit

Permalink
fix: typo (#6526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 20, 2024
1 parent f60c867 commit 42adde4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -378,7 +378,7 @@ private boolean processApi() throws UpdateException {
if (key != null) {
msg = "Error updating the NVD Data; the NVD returned a 403 or 404 error\n\nPlease ensure your API Key is valid; "
+ "see https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#api-key-is-used-and-a-403-or-404-error-occurs\n\n"
+ "If you NVD API Key is valid try increasing the NVD API Delay.\n\n"
+ "If your NVD API Key is valid try increasing the NVD API Delay.\n\n"
+ "If this is ocurring in a CI environment";
} else {
msg = "Error updating the NVD Data; the NVD returned a 403 or 404 error\n\nConsider using an NVD API Key; "
Expand Down

0 comments on commit 42adde4

Please sign in to comment.