Skip to content

Commit 7d937e4

Browse files
committed
Add trailing space in display message
1 parent e62a681 commit 7d937e4

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
@@ -39,8 +39,8 @@ const cliMessages = {
3939
DEMAND: "Requires a build id.",
4040
DESC: "Path to BrowserStack config",
4141
CONFIG_DEMAND: "config file is required",
42-
INFO_MESSAGE: "Getting information for buildId",
43-
STOP_MESSAGE: "Stopping build with given buildId"
42+
INFO_MESSAGE: "Getting information for buildId ",
43+
STOP_MESSAGE: "Stopping build with given buildId "
4444
},
4545
RUN: {
4646
INFO: "Run your tests on BrowserStack.",

0 commit comments

Comments
 (0)