Merge pull request #788 from nuala33/master

Per issue 593, append .yml to each filename used in the generated con…
This commit is contained in:
Frederic Branczyk
2017-11-29 09:33:38 +01:00
committed by GitHub

View File

@@ -13,6 +13,6 @@ EOF
for f in assets/prometheus/rules/*.rules.y*ml
do
echo " $(basename $f): |+"
echo " $(basename "$f"): |+"
cat $f | sed "s/^/ /g"
done