mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
convert path to posix by default (#31045)
This commit is contained in:
parent
297ff9a168
commit
da3f963987
@ -533,7 +533,7 @@ func collectPluginFilesWithin(rootDir string) ([]string, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
files = append(files, file)
|
files = append(files, filepath.ToSlash(file))
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user