Fix gen_tags.sh script

pull/3582/head
Louis 2018-10-25 02:16:48 +08:00
parent 7abd4eeafd
commit abc1421def
1 changed files with 3 additions and 1 deletions

4
scripts/gen_tags.sh 100644 → 100755
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 "|--------------------------|---------"