From 8c2ed1c8f158dac3eb469e8b99f62a09d2bdbc50 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 4 Mar 2023 15:34:44 +0000 Subject: [PATCH] Apply #59 --- 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 3e18bf4..0d4e259 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" \ - --arg size "$(wc -c "$PATCHFILE" | cut -d" " -f1)" \ + --argjson size "$(wc -c "$PATCHFILE" | cut -d" " -f1)" \ '{ "body": $name, "filename": $name,