Skip to content

Commit c150c32

Browse files
committed
Revert "Handle the case where "text_file" may be set, but the target file may be empty or missing. (cloudfoundry-community#47)"
This reverts commit 186adf7.
1 parent 8a196a6 commit c150c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

out

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ then
5353
fi
5454

5555
export TEXT_FILE_CONTENT=""
56-
[[ -n "${text_file}" && ! -f "${text_file}" ]] && text_file=""
5756
[[ -n "${text_file}" && -f "${text_file}" ]] && TEXT_FILE_CONTENT="$(cat "${text_file}")"
5857

5958
ATTACHMENTS_FILE_CONTENT=""

0 commit comments

Comments
 (0)