forked from Telodendria/Telodendria
Fix a bad jq parameter.
This commit is contained in:
parent
dc566a85b7
commit
1f1cbc0461
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue