Skip to content

Commit

Permalink
pdsadmin/account: little fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob2161 committed Feb 22, 2024
1 parent 9d35006 commit 95653d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdsadmin/account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ elif [[ "${SUBCOMMAND}" == "create" ]]; then
fi

# Wait for the TLS certificate to be issued.
HANDLE_WELLKNOWN_URL="https://${handle}/.well-known/atproto-did"
HANDLE_WELLKNOWN_URL="https://${HANDLE}/.well-known/atproto-did"
echo "* Obtaining TLS certificate"
while true; do
echo "Requesting ${HANDLE_WELLKNOWN_URL}"
Expand Down

0 comments on commit 95653d4

Please sign in to comment.