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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user