mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-14 12:22:51 -06:00
54b833bff9
When the file watch would trigger it was re-writing data at the store root. This included overwriting the version info that was added by the runtime. The fix is just to re-write it on file change events. Signed-off-by: Patrick East <east.patrick@gmail.com>