DRuggeri / nut_exporter

Network UPS Tools Prometheus Exporter
Other
172 stars 25 forks source link

nut_exporter --version is broken #19

Closed ymettier closed 2 years ago

ymettier commented 2 years ago
➜ wget https://github.com/DRuggeri/nut_exporter/releases/download/v2.3.4/nut_exporter-v2.3.4-linux-amd64
➜ chmod 755 nut_exporter-v2.3.4-linux-amd64 
➜ ./nut_exporter-v2.3.4-linux-amd64 --version
<no version printed here>

I expected a version number to be printed.

Same with linux-arch64 version. Not tested with other versions.

DRuggeri commented 2 years ago

Thanks! I managed to track this down to an issue in the .goreleaser.yml file. Should be fixed with the release that's building now!