(cherry picked from commit da3f963987)
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
This commit is contained in:
co-authored by
Will Browne
parent
989f6933cd
commit
a200db0d05
@@ -533,7 +533,7 @@ func collectPluginFilesWithin(rootDir string) ([]string, error) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
files = append(files, file)
|
||||
files = append(files, filepath.ToSlash(file))
|
||||
}
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user