summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-07-15 14:55:13 -0400
committerSlashbunny2018-07-15 14:55:13 -0400
commit0b3eddf188e0bc37aad25cbe4d32e3b5b36adf54 (patch)
tree01a0381e8877630169a3ec8cad29bae49865d198
parent995166460388c666aeaafa0f7c348741a0dcccc0 (diff)
downloadaur-0b3eddf188e0bc37aad25cbe4d32e3b5b36adf54.tar.gz
Example config file has been renamed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7950709d2e03..2ea5918efe86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 15 18:53:24 UTC 2018
+# Sun Jul 15 18:54:53 UTC 2018
pkgbase = alertmanager-bin
pkgdesc = Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration (binary, not built from source)
pkgver = 0.15.1
diff --git a/PKGBUILD b/PKGBUILD
index 6f82e4f9ef21..27ff4ed727c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ package() {
"${pkgdir}/usr/bin/alertmanager"
# Install Config File
- install -D -m0755 simple.yml \
+ install -D -m0755 alertmanager.yml \
"${pkgdir}/etc/alertmanager/alertmanager.yml"
# Create Notifications Template Directory