mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
a793f27d1f
This change updates the repl so that the modules in the provided bundle are parsed based on the `rego_version` attribute in the bundle manifest. Currently that is ignored which leads to parsing failures. Fixes: #6872 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>