Skip to content

Commit 2f795a8

Browse files
committed
improve error message
1 parent ee80df2 commit 2f795a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const userMessages = {
3737
FATAL_NETWORK_ERROR: `fatal: unable to access '${config.buildUrl}': Could not resolve host: ${config.rails_host}`,
3838
RETRY_LIMIT_EXCEEDED: `Max retries exceeded trying to connect to the host (retries: ${config.retries})`,
3939
CHECK_DASHBOARD_AT: "Please check the build status at: ",
40-
CYPRESS_VERSION_CHANGED: "Your build will run using <actualVersion> instead of <preferredVersion>. Read more about supported versions here: http://browserstack.com/docs/automate/cypress/supported-versions"
40+
CYPRESS_VERSION_CHANGED: "Your build will run using Cypress <actualVersion> instead of Cypress <preferredVersion>. Read more about supported versions here: http://browserstack.com/docs/automate/cypress/supported-versions"
4141
};
4242

4343
const validationMessages = {

0 commit comments

Comments
 (0)