Hi
I created a .sops.yaml file.
creation_rules:
- path_regex: environments/dev/.*_secrets.yaml
age: ***
This works fine on Linux, but when I try to call "sops -e environments/dev/app_secrets.yaml" on Windows I get an error - error loading config: no matching creation rules found.
Please help me