Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #2172

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Typos #2172

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .deploystack/messages/success.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Congrats!
You have sucessfully provisioned a GKE (Google Kubernetes Engine) cluster and
You have successfully provisioned a GKE (Google Kubernetes Engine) cluster and
deployed Online Boutique's 11 microservices, which includes a load generator.

6 changes: 3 additions & 3 deletions .deploystack/test
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function generateProject(){

suffix=ms

# This is only needed if you tests fail alot because of overlaping runs of the
# This is only needed if you tests fail alot because of overlapping runs of the
# same set of tests.
section_open "Generate random test project"
generateProject PROJECT "$suffix" "$BA"
Expand Down Expand Up @@ -184,8 +184,8 @@ section_open "Testing Google Kubernetes Engine cluster does NOT exist"
evalTest 'gcloud container clusters describe online-boutique --format="value(name)" --region $REGION' "EXPECTERROR"
section_close

# This is only needed if you tests fail alot because of overlaping runs of the
# same set of tests. Really don't do this if you don't want to severly irritate
# This is only needed if you tests fail alot because of overlapping runs of the
# same set of tests. Really don't do this if you don't want to severely irritate
# @tpryan
section_open "Delete Test Project"
gcloud projects delete $PROJECT -q
Expand Down