We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a196a6 commit c150c32Copy full SHA for c150c32
out
@@ -53,7 +53,6 @@ then
53
fi
54
55
export TEXT_FILE_CONTENT=""
56
-[[ -n "${text_file}" && ! -f "${text_file}" ]] && text_file=""
57
[[ -n "${text_file}" && -f "${text_file}" ]] && TEXT_FILE_CONTENT="$(cat "${text_file}")"
58
59
ATTACHMENTS_FILE_CONTENT=""
0 commit comments