mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
60c55fcdf8
We would previously use whatever host specific paths we got but this could potentially cause problems. This now forces all paths to be `/` separated to help simplify some of the code handling them internally. Fixes: #1713 Signed-off-by: Patrick East <east.patrick@gmail.com>