Skip to content

Commit

Permalink
fix(install): bad command in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 24, 2022
1 parent c8908f2 commit f357d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function upgrade(Migration $migration, $args = []): bool {
$message = sprintf(
__('The database schema is not consistent with the installed Formcreator %s. To see the logs run the command %s', 'formcreator'),
$oldVersion,
'bin/console glpi:plugin:install formcreator -f'
'bin/console glpi:database:check_schema_integrity -p formcreator'
);
if (!isCommandLine()) {
Session::addMessageAfterRedirect($message, false, ERROR);
Expand Down

0 comments on commit f357d9c

Please sign in to comment.