Skip to content

Commit 5db1cd2

Browse files
author
Samuel Phan
committed
chore: add empty line at the end of libexec/tfenv-list-remote
1 parent a7729d8 commit 5db1cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/tfenv-list-remote

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ if [[ "${TFENV_REVERSE_REMOTE:-0}" -eq 1 ]]; then
8989
remote_versions="$(awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }' <<< "${remote_versions}")"
9090
fi;
9191

92-
cat <<< "${remote_versions}"
92+
cat <<< "${remote_versions}"

0 commit comments

Comments
 (0)