Now with less trailing space

This commit is contained in:
2020-03-02 22:30:43 -05:00
parent 935f681c2f
commit 293e39f72c
3 changed files with 7 additions and 5 deletions

View File

@@ -4,4 +4,6 @@ SHELL := /bin/bash
docs: README.md
README.md: $(wildcard *.tf)
terraform-docs markdown table . | tee $@ &>/dev/null
terraform-docs markdown table . | \
sed 's/ *$$//g' | \
tee $@ &>/dev/null