diff --git a/bin/out b/bin/out index 5ae9f1a..b6783f3 100755 --- a/bin/out +++ b/bin/out @@ -85,7 +85,7 @@ then if [[ -z "${formatted_body}" && "${is_html}" == "true" ]]; then formatted_body="${text}" - log("$debug", "formatted_body=${formatted_body}") + log_debug "$debug" "formatted_body=${formatted_body}" fi text=$(echo -n "${text}" | jq -R -s .) diff --git a/tag b/tag index ece61c6..f9cbc01 100644 --- a/tag +++ b/tag @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file