From 8c8ee4923d4ee3e59122f947aca1c08bc8d60b49 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 10 May 2020 18:35:00 -0500 Subject: [PATCH] Fix another method call --- bin/out | 2 +- tag | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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