Skip to content

Commit f357d9c

Browse files
committed
fix(install): bad command in error message
1 parent c8908f2 commit f357d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function upgrade(Migration $migration, $args = []): bool {
159159
$message = sprintf(
160160
__('The database schema is not consistent with the installed Formcreator %s. To see the logs run the command %s', 'formcreator'),
161161
$oldVersion,
162-
'bin/console glpi:plugin:install formcreator -f'
162+
'bin/console glpi:database:check_schema_integrity -p formcreator'
163163
);
164164
if (!isCommandLine()) {
165165
Session::addMessageAfterRedirect($message, false, ERROR);

0 commit comments

Comments
 (0)