From 1f1cbc04618aab45032b85629a44bc322cc0de61 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 16 Feb 2023 02:01:25 +0000 Subject: [PATCH] Fix a bad jq parameter. --- tools/bin/send-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/send-patch b/tools/bin/send-patch index 0d4e259..3e18bf4 100755 --- a/tools/bin/send-patch +++ b/tools/bin/send-patch @@ -117,7 +117,7 @@ send_patch() { --arg name "$(basename "$PATCHFILE")" \ --arg mxc "$MXCID" \ --arg msgtype "m.file" \ - --argjson size "$(wc -c "$PATCHFILE" | cut -d" " -f1)" \ + --arg size "$(wc -c "$PATCHFILE" | cut -d" " -f1)" \ '{ "body": $name, "filename": $name,