Even more cloud.gov org changes

This commit is contained in:
Neil Martinsen-Burrell 2023-08-17 14:55:08 -05:00
parent 85bfaed1ff
commit 0d2a9eee80
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 8 additions and 8 deletions

View file

@ -20,9 +20,9 @@ then
git checkout -b remove-dev-sandbox-$1
fi
cf target -o cisa-getgov-prototyping -s $1
cf target -o cisa-dotgov -s $1
read -p "Are you logged in to the cisa-getgov-prototyping CF org above? (y/n) " -n 1 -r
read -p "Are you logged in to the cisa-dotgov CF org above? (y/n) " -n 1 -r
echo
if [[ ! $REPLY =~ ^[Yy]$ ]]
then