Skip to content

Commit

Permalink
fix(CLI Onboarding): Prevent side-effects of not supported app option
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 9, 2022
1 parent 2f187a5 commit 0c65663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/interactive-setup/dashboard-set-org.js
Expand Up @@ -258,6 +258,7 @@ module.exports = {
if (options.app) {
log.error();
log.error('"--app" is not supported in console integrated serviced.');
delete options.app;
}
const orgName = options.org || configuration.org;

Expand Down

0 comments on commit 0c65663

Please sign in to comment.