From 5f3a7351474e241ae20cac5ec488f7bd8a146c19 Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 2 Dec 2022 16:47:21 -0600 Subject: [PATCH] update messaging on failures --- scripts/binary/binary-integrity-check-source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binary/binary-integrity-check-source.js b/scripts/binary/binary-integrity-check-source.js index 7fdd7e523641..d3b3f5a7437d 100644 --- a/scripts/binary/binary-integrity-check-source.js +++ b/scripts/binary/binary-integrity-check-source.js @@ -4,7 +4,7 @@ const toString = Function.prototype.toString const callFn = Function.call const integrityErrorMessage = ` -We detected an issue with the integrity of the Cypress binary. It may have been compromised and is not safe to run. We recommend re-installing the Cypress binary with: +We detected an issue with the integrity of the Cypress binary. It may have been modified and is not safe to run. We recommend re-installing the Cypress binary with: \`cypress cache clear && cypress install\` `