Merge pull request #3582 from LinuxGit/Louis/gen_tags-script

Fix gen_tags.sh script
This commit is contained in:
Andreas Krüger
2018-11-14 09:42:19 +01:00
committed by GitHub

4
scripts/gen_tags.sh Normal file → Executable file
View File

@ -1,4 +1,6 @@
#!/bin/sh -eo pipefail
#!/bin/sh
set -eo pipefail
#Generate MD formatted tags from roles and cluster yaml files
printf "|%25s |%9s\n" "Tag name" "Used for"
echo "|--------------------------|---------"