Skip to content

Commit

Permalink
Update suggested use for major update
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnbrg authored May 13, 2023
1 parent 0784dfc commit 227c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/InstallApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
} else {
$updateMessage = $updateVersions['major'] === false
? 'App already installed and no update available'
: "Major update is available, use market:upgrade $appId --major.";
: "Major update is available, use market:upgrade --major $appId.";
$output->writeln("$appId: $updateMessage");
}
} else {
Expand Down

0 comments on commit 227c313

Please sign in to comment.