Skip to content

Commit 43e2bb6

Browse files
committed
refactor: deploy command ui text
1 parent b9ed523 commit 43e2bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ FLAGS
136136
-c, --config=<value> [optional] Please enter the path of the config file.
137137
--app-uid=<value> Provide the app UID of an existing app.
138138
--app-url=<value> Please enter the URL of the app you want to deploy.
139-
--hosting-type=<option> Please provide a valid Hosting Type.
139+
--hosting-type=<option> Choose a valid Hosting Type.
140140
<options: Hosting with Launch|Custom Hosting>
141141
--launch-project=<option> Choose a new or an existing Launch project.
142142
<options: existing|new>

src/messages/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const deployAppMsg = {
117117
FORCE_DISCONNECT: "Force disconnect launch project by skipping the confirmation",
118118
LAUNCH_PROJECT: "Choose a new or an existing Launch project.",
119119
APP_URL: "Please enter the URL of the app you want to deploy.",
120-
HOSTING_TYPE: "Please provide a valid Hosting Type.",
120+
HOSTING_TYPE: "Choose a valid Hosting Type.",
121121
CONFIG_FILE: "[optional] Please enter the path of the config file.",
122122
APP_UPDATE_TERMINATION_MSG: "The app is already connected to the Launch project. Skipping the app hosting updates process.",
123123
DISCONNECT_PROJECT: "Are you sure you wan to disconnect the Launch project?",

0 commit comments

Comments
 (0)