Skip to content
Snippets Groups Projects
Commit 024db8dd authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #788 from nuala33/master

Per issue 593, append .yml to each filename used in the generated con…
parents 563e74f8 bf6461b8
Branches
Tags
No related merge requests found
...@@ -13,6 +13,6 @@ EOF ...@@ -13,6 +13,6 @@ EOF
for f in assets/prometheus/rules/*.rules.y*ml for f in assets/prometheus/rules/*.rules.y*ml
do do
echo " $(basename $f): |+" echo " $(basename "$f"): |+"
cat $f | sed "s/^/ /g" cat $f | sed "s/^/ /g"
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment