Skip to content

Commit e614487

Browse files
committed
fix: correct snippet for PublicFilesystemChecker
1 parent e5b877a commit e614487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/Health/Checker/PerformanceChecker/PublicFilesystemChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function collect(HealthCollection $collection): void
3131
}
3232

3333
$collection->add(
34-
SettingsResult::warning('frosh-tools.checker.publicFilesystemBad',
34+
SettingsResult::warning('frosh-tools.checker.publicFilesystemWarning',
3535
$this->fileSystemType,
3636
'not local',
3737
$url

0 commit comments

Comments
 (0)