From a7ab3e757a3317b81e432d916b0af21342eb23d3 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 9 Jan 2023 18:20:19 +0000 Subject: [PATCH] Apply #43 --- 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 6ad26fb..0d4e259 100755 --- a/tools/bin/send-patch +++ b/tools/bin/send-patch @@ -147,7 +147,7 @@ if [ "$(basename "$PATCHFILE" .patch)" = "$PATCHFILE" ] || [ ! -f "$PATCHFILE" ] fi echo "Sending file '$PATCHFILE'" echo "Checking homeserver's real address using .well-known..." -curlec "$HS_NAME/.well-known/matrix/client" +curlec "https://$HS_NAME/.well-known/matrix/client" case "$ERROR_CODE" in "200") WELL_KNOWN=$RETURN