Skip to content

Commit

Permalink
Merge pull request #64 from Anon-Exploiter/patch-1
Browse files Browse the repository at this point in the history
Word correction - Update config.js
  • Loading branch information
pimterry authored Jan 2, 2024
2 parents 78fa288 + 0e47a37 commit c58b0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (DEBUG_MODE) {
if (CERT_PEM.match(/\[!!.* CA certificate data .* !!\]/)) {
throw new Error('No certificate was provided' +
'\n\n' +
'You need to set CERT_PEM in the Frica config script ' +
'You need to set CERT_PEM in the Frida config script ' +
'to the contents of your CA certificate.'
);
}
}

0 comments on commit c58b0b9

Please sign in to comment.