fixed typo

This commit is contained in:
Alysia Broddrick 2024-11-13 08:34:24 -08:00
parent 37da20f621
commit df4fa55df3
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -5,10 +5,10 @@
if [ -z "$1" ]; then if [ -z "$1" ]; then
echo 'Please specify a new space to create (i.e. lmm)' >&2 echo 'Please specify a space to update (i.e. lmm)' >&2
exit 1 exit 1
fi fi
echo "You need access to the login partner dashboard, otherwise you will not be able to complete the steps in this script (https://dashboard.int.identitysandbox.gov/service_providers/2640)" echo "You need access to the Login partner dashboard, otherwise you will not be able to complete the steps in this script (https://dashboard.int.identitysandbox.gov/service_providers/2640)"
read -p " Do you have access to the partner dashboard mentioned above? (y/n) " -n 1 -r read -p " Do you have access to the partner dashboard mentioned above? (y/n) " -n 1 -r
echo echo
if [[ ! $REPLY =~ ^[Yy]$ ]]; then if [[ ! $REPLY =~ ^[Yy]$ ]]; then
@ -48,4 +48,4 @@ echo "Navigate to our application config: https://dashboard.int.identitysandbox.
echo "There are two things to update." echo "There are two things to update."
echo "1. Remove the old cert associated with the user's email (under Public Certificates)" echo "1. Remove the old cert associated with the user's email (under Public Certificates)"
echo "2. You need to upload the public-$1.crt file generated as part of the previous command. See the "choose cert file" button under Public Certificates." echo "2. You need to upload the public-$1.crt file generated as part of the previous command. See the "choose cert file" button under Public Certificates."
echo "Then, tell the developer to update their local .env file by retreiving their credentials from the sandbox" echo "Then, tell the developer to update their local .env file by retrieving their credentials from the sandbox"