mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(occ): Revise output condition
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
This commit is contained in:
parent
a5c25635b3
commit
eb77c633ab
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class CheckApp extends Base {
|
|||
}
|
||||
$output->writeln('<info>No errors found</info>', OutputInterface::VERBOSITY_VERBOSE);
|
||||
} else {
|
||||
$output->writeln('<info>App signature not found, skipping app integrity check</info>', OutputInterface::VERBOSITY_VERBOSE);
|
||||
$output->writeln('<comment>App signature not found, skipping app integrity check</comment>');
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue