fix(Makefile): trim pkg path

This commit is contained in:
Markus Pesch 2023-07-07 13:29:55 +02:00
parent 235d34114b
commit 003f740c2d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -46,6 +46,7 @@ build:
-X main.date=${shell date --iso-8601=seconds} \ -X main.date=${shell date --iso-8601=seconds} \
-X main.builtBy=manual \ -X main.builtBy=manual \
" \ " \
-trimpath \
-o fail2ban_exporter \ -o fail2ban_exporter \
exporter.go exporter.go