diff options
author | nixfloyd <nixfloyd@gmail.com> | 2020-01-09 01:45:08 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-09 17:45:18 +0100 |
commit | fb6750336fd093aef28f7f59e4a28f77fc2d2a4b (patch) | |
tree | de0fdba49f009997fe2c4b6a133580590cf7f24b /testing | |
parent | 38ee73f16a71fa42a6f81b2dbe43a8a949d7a6d1 (diff) | |
download | aports-fb6750336fd093aef28f7f59e4a28f77fc2d2a4b.tar.bz2 aports-fb6750336fd093aef28f7f59e4a28f77fc2d2a4b.tar.xz |
testing/prometheus-snmp-exporter: fix lint errors
Diffstat (limited to 'testing')
-rw-r--r-- | testing/prometheus-snmp-exporter/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/prometheus-snmp-exporter/APKBUILD b/testing/prometheus-snmp-exporter/APKBUILD index 09b25f2c8f..5fac63d802 100644 --- a/testing/prometheus-snmp-exporter/APKBUILD +++ b/testing/prometheus-snmp-exporter/APKBUILD @@ -11,8 +11,8 @@ makedepends="go net-snmp-dev" install="$pkgname.pre-install" subpackages="$pkgname-openrc" source=" - $pkgname-$pkgver.tar.gz::https://github.com/prometheus/snmp_exporter/archive/v$pkgver.tar.gz - disable-go-race-detector.patch + $pkgname-$pkgver.tar.gz::https://github.com/prometheus/snmp_exporter/archive/v$pkgver.tar.gz + disable-go-race-detector.patch prometheus-snmp-exporter.initd prometheus-snmp-exporter.confd " |