From 508001036106f72d6ea5bf98a527aeccb4c79e6d Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 18 Oct 2024 17:10:40 -0300 Subject: [PATCH] Damn... --- bluesky-pds/create-invite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluesky-pds/create-invite.sh b/bluesky-pds/create-invite.sh index f1f9eba..60c9a43 100644 --- a/bluesky-pds/create-invite.sh +++ b/bluesky-pds/create-invite.sh @@ -1,2 +1,2 @@ read -p "Enter admin password: " password -curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount: 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode \ No newline at end of file +curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount": 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode \ No newline at end of file