mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 15:05:14 +02:00
fixed typo
This commit is contained in:
parent
37da20f621
commit
df4fa55df3
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue