From 0ffa3623d97786e7c97851352cc4af07fcd2b722 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 1 Mar 2021 16:03:06 -0500 Subject: [PATCH] change to not numbe --- bin/find_binary.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/find_binary.sh b/bin/find_binary.sh index 64dfc43..fe348ea 100755 --- a/bin/find_binary.sh +++ b/bin/find_binary.sh @@ -14,4 +14,5 @@ then fi fi -jq -n --arg bin_path "$bin_path" --arg status "$status" '{"path":$bin_path,"status":$status | tonumber}' +#jq -n --arg bin_path "$bin_path" --arg status "$status" '{"path":$bin_path,"status":$status | tonumber}' +jq -n --arg bin_path "$bin_path" --arg status "$status" '{"path":$bin_path,"status":$status}'