Skip to content

Commit

Permalink
change to not numbe
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2021
1 parent 74e194c commit 0ffa362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/find_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

0 comments on commit 0ffa362

Please sign in to comment.