mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
7d7a38787f
filepath.Join can return paths with '\' separators. So when this command is run on Windows the paths are joined using '\'. But the bundle root check logic assumes the paths are '/' separated. This change processes the result of filepath.Join is ensure the path has '/' separators. Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>