hotpocket.sh: fix typo in travis insult

This commit is contained in:
Jon 2022-02-20 15:11:35 +00:00
parent 1830f8dc52
commit 0390b6470f

View File

@ -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"