You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When working with path mappings in arr services, viper is forcing the key case to lowercase, violating the YAML spec. This is causing issues with checkrr being unable to find the files in arr services.
To Reproduce
Steps to reproduce the behavior:
set an arr service's path mapping to have capital letters in the path.
run checkrr with the config and the --debug flag
observe checkrr reading the path mapping key as a lowercase value in the debug output.
Expected behavior
Map key case should be respected.
Screenshots
n/a
Desktop (please complete the following information):
Describe the bug
When working with path mappings in arr services, viper is forcing the key case to lowercase, violating the YAML spec. This is causing issues with checkrr being unable to find the files in arr services.
To Reproduce
Steps to reproduce the behavior:
--debug
flagExpected behavior
Map key case should be respected.
Screenshots
n/a
Desktop (please complete the following information):
Additional context
See spf13/viper#373 and spf13/viper#1014
The text was updated successfully, but these errors were encountered: