aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck-jinja2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-jinja2.sh b/check-jinja2.sh
index 09c5fa0..796157f 100755
--- 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}"