Skip to content

Commit 0c37386

Browse files
committed
fix: typo
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 866740d commit 0c37386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/Install/ConfigureCheckService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private function getErrorAndTipToResultOfVerify(array $result, string $resource)
365365
}
366366
return [
367367
'Invalid hash of binaries files.',
368-
'Check your nextcloud.log file an run occ libresign:install --all',
368+
'Check your nextcloud.log file and run occ libresign:install --all',
369369
];
370370
}
371371

0 commit comments

Comments
 (0)