Skip to content

Commit 0b1c6cb

Browse files
committed
Fix the description message
1 parent ecd66ec commit 0b1c6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/helpers/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ const cliMessages = {
5454
PARALLEL_DESC: "The maximum number of parallels to use to run your test suite",
5555
INFO: "Run your tests on BrowserStack.",
5656
DESC: "Path to BrowserStack config",
57-
CYPRESS_DESC: "Path to cypress config file",
57+
CYPRESS_DESC: "Path to Cypress config file",
5858
CONFIG_DEMAND: "config file is required",
59-
CYPRESS_CONFIG_DEMAND: "cypress config file is required",
59+
CYPRESS_CONFIG_DEMAND: "Cypress config file is required",
6060
BUILD_NAME: "The build name you want to use to name your test runs"
6161
},
6262
COMMON: {

0 commit comments

Comments
 (0)