Skip to content

Commit 7b94fc3

Browse files
committed
change formatting for error message
1 parent b4af193 commit 7b94fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const userMessages = {
3535
EXIT_SYNC_CLI_MESSAGE: "Exiting the CLI, but your build is still running. You can use the --sync option to keep getting test updates. You can also use the build-info <build-id> command now.",
3636
FATAL_NETWORK_ERROR: `fatal: unable to access '${config.buildUrl}': Could not resolve host: ${config.rails_host}`,
3737
RETRY_LIMIT_EXCEEDED: `Max retries exceeded trying to connect to the host (retries: ${config.retries})`,
38-
CHECK_DASHBOARD_AT: "Please check the build status at:"
38+
CHECK_DASHBOARD_AT: "Please check the build status at: "
3939
};
4040

4141
const validationMessages = {

0 commit comments

Comments
 (0)