From 0390b6470f317d25978bd698b118966416f52787 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 20 Feb 2022 15:11:35 +0000 Subject: [PATCH] hotpocket.sh: fix typo in travis insult --- hotpocket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotpocket.sh b/hotpocket.sh index 0de7855..a014159 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -277,7 +277,7 @@ deployRoomDelist () { local room_id room_id="$(jq '@uri' -Rr <<< "$1")" || return 1 # FIXME: No error handling if an error thrown here. - # TODO: Check if synapse ACTUALLY lets you do this. Docs say you can but who travis probably wrote them + # TODO: Check if synapse ACTUALLY lets you do this. Docs say you can but who knows travis probably wrote them curl -sf -X PUT -d '{"visibility":"private"}' \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $ACCESS_TOKEN" "$BASE_URL/client/r0/directory/list/room/$room_id"