mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 11:12:13 +08:00
convert path to posix by default (#31045)
This commit is contained in:
@ -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