Code Review
/
securedlab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f59ba32
)
check-jinja2: Fix unsupported '-e' arg for columns
69/43069/1
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Mon, 25 Sep 2017 21:09:24 +0000
(23:09 +0200)
committer
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Mon, 25 Sep 2017 21:37:00 +0000
(21:37 +0000)
Change-Id: Id5827b2f260af215731ea819a9ffc6177648f788
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
43f10d006466459d0b1843c80311543db00ae664
)
check-jinja2.sh
patch
|
blob
|
history
diff --git
a/check-jinja2.sh
b/check-jinja2.sh
index
09c5fa0
..
796157f
100755
(executable)
--- a/
check-jinja2.sh
+++ b/
check-jinja2.sh
@@
-33,5
+33,5
@@
while IFS= read -r lab_config; do
done < <(find 'pharos/config' 'labs' -name 'pod*.yaml')
echo -e '\n'
-echo -e "${SUMMARY}" | sed -e 's/^/;/g' -e 's/;/;| /g' | column -t -
e -
s ';'
+echo -e "${SUMMARY}" | sed -e 's/^/;/g' -e 's/;/;| /g' | column -t -s ';'
exit "${RC}"