1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-12-21 03:10:06 +01:00

📝 Fix incorrect log

This commit is contained in:
2025-12-06 12:23:51 +01:00
parent f2b47fb3cf
commit 4aab3d89d7

View File

@@ -23,7 +23,7 @@ actor HomebrewWatchManager: Suspendable {
let container = App.shared.container
if container.filesystem is TestableFileSystem {
Log.warn("ConfigWatchManager is disabled when using a testable filesystem.")
Log.warn("HomebrewWatchManager is disabled when using a testable filesystem.")
return
}