Skip to content

Commit 999c805

Browse files
committed
use an onlink
1 parent 2fa12d0 commit 999c805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/__snapshots__/unzip_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Error: The Cypress App could not be unzipped.
2121
2222
This is most likely because the maximum path length is being exceeded on your system.
2323
24-
Read here for solutions to this problem: https://on.cypress.io/error-messages#win-max-path-length
24+
Read here for solutions to this problem: https://on.cypress.io/win-max-path-length-error
2525
2626
----------
2727

cli/lib/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const failedUnzipWindowsMaxPathLength = {
6262
description: 'The Cypress App could not be unzipped.',
6363
solution: `This is most likely because the maximum path length is being exceeded on your system.
6464
65-
Read here for solutions to this problem: https://on.cypress.io/error-messages#win-max-path-length`,
65+
Read here for solutions to this problem: https://on.cypress.io/win-max-path-length-error`,
6666
}
6767

6868
const missingApp = (binaryDir) => {

0 commit comments

Comments
 (0)