Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into use-s3-client-more-efficiently
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jan 10, 2024
2 parents 0de61f8 + eeb3252 commit dd09cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prefect_aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class ECSTask(Infrastructure):
description=(
"The type of ECS task run infrastructure that should be used. Note that"
" 'FARGATE_SPOT' is not a formal ECS launch type, but we will configure"
" the proper capacity provider stategy if set here."
" the proper capacity provider strategy if set here."
),
)
)
Expand Down
2 changes: 1 addition & 1 deletion prefect_aws/workers/ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class ECSVariables(BaseVariables):
description=(
"The type of ECS task run infrastructure that should be used. Note that"
" 'FARGATE_SPOT' is not a formal ECS launch type, but we will configure"
" the proper capacity provider stategy if set here."
" the proper capacity provider strategy if set here."
),
)
)
Expand Down

0 comments on commit dd09cb1

Please sign in to comment.