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