diff --git a/core/host/supervisor.go b/core/host/supervisor.go index e6fbd813..e8ea77a6 100644 --- a/core/host/supervisor.go +++ b/core/host/supervisor.go @@ -521,6 +521,5 @@ func fileExists(filename string) bool { return false } - return !info.IsDir() }