Skip to content

Commit

Permalink
chore: add empty line at the end of libexec/tfenv-list-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Phan committed Oct 1, 2023
1 parent a7729d8 commit 5db1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/tfenv-list-remote
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ if [[ "${TFENV_REVERSE_REMOTE:-0}" -eq 1 ]]; then
remote_versions="$(awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }' <<< "${remote_versions}")"
fi;

cat <<< "${remote_versions}"
cat <<< "${remote_versions}"

0 comments on commit 5db1cd2

Please sign in to comment.