Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed Jul 25, 2018
1 parent b776721 commit b801556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ readonly tmp_file=$(mktemp)
readonly text_file="README.md"
markers_block='
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
'
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->'

for path_uniq in $(echo "${paths[*]}" | tr ' ' '\n' | sort -u); do
path_uniq="${path_uniq//__REPLACED__SPACE__/ }"
Expand Down

0 comments on commit b801556

Please sign in to comment.