Skip to content

Commit

Permalink
refactor(CLI): Improve user message
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 14, 2022
1 parent 0dacf1b commit 20afe33
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/cli/interactive-setup/dashboard-set-org.js
Expand Up @@ -33,12 +33,8 @@ const orgUpdateConfirm = async (stepHistory) => {
};

const appUpdateConfirm = async (appName, orgName, stepHistory) => {
legacy.write(
"Service seems to have monitoring enabled, but configured app doesn't seem to exist in an organization.\n\n"
);
log.notice(
"Service seems to have monitoring enabled, but configured app doesn't seem to exist in an organization."
);
legacy.write('The "app" used in this Service does not yet exist in your Organization.\n\n');
log.notice('The "app" used in this Service does not yet exist in your Organization.');
log.notice();

const appUpdateType = await promptWithHistory({
Expand Down

0 comments on commit 20afe33

Please sign in to comment.