danihodovic / borg-exporter

Prometheus exporter for Borg backups.
MIT License
18 stars 6 forks source link

fix: default type for the config file option #61

Closed danihodovic closed 7 months ago

danihodovic commented 7 months ago

Otherwise this happens:

core.py 2151 __init__
raise ValueError(

ValueError:
'default' must be a list when 'multiple' is true.

https://github.com/danihodovic/borg-exporter/issues/60