diff --git a/pkg/filesystem/filesystem.go b/pkg/filesystem/filesystem.go index c40d579c..34df95aa 100644 --- a/pkg/filesystem/filesystem.go +++ b/pkg/filesystem/filesystem.go @@ -224,6 +224,7 @@ func (fs *FileSystem) DispatchHandler() error { fs.Handler = bos.Driver{ Policy: currentPolicy, } + return nil default: return ErrUnknownPolicyType }