aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornixfloyd <nixfloyd@gmail.com>2020-01-09 01:45:08 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-01-09 17:45:18 +0100
commitfb6750336fd093aef28f7f59e4a28f77fc2d2a4b (patch)
treede0fdba49f009997fe2c4b6a133580590cf7f24b
parent38ee73f16a71fa42a6f81b2dbe43a8a949d7a6d1 (diff)
downloadaports-fb6750336fd093aef28f7f59e4a28f77fc2d2a4b.tar.bz2
aports-fb6750336fd093aef28f7f59e4a28f77fc2d2a4b.tar.xz
testing/prometheus-snmp-exporter: fix lint errors
-rw-r--r--testing/prometheus-snmp-exporter/APKBUILD4
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
"