Skip to content

Commit

Permalink
allow easier body formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kgizdov committed Jul 25, 2020
1 parent 9886d9b commit 4c626ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_email
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ${__commit_str}
}

function make_body {
echo "${body_str}" | base64
echo -e "${body_str}" | base64
}

function make_body_cnt_type {
Expand Down

0 comments on commit 4c626ef

Please sign in to comment.