From a56511ca8880003097298609799dc97144d80d7d Mon Sep 17 00:00:00 2001 From: LittleAnt Date: Wed, 3 Jun 2020 18:57:39 +0800 Subject: [PATCH] add bos return value --- pkg/filesystem/filesystem.go | 1 + 1 file changed, 1 insertion(+) 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 }