Skip to content

Commit 1dfbc06

Browse files
Fix formatting
Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
1 parent 7110b49 commit 1dfbc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/projects/proposals/ingestion_server_removal/20240328-implementation_plan_ingestion_server_removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ distributed reindex _locally_. The following code can all be refactored from
434434
to create a new EC2 instance. The task returns the id of the created
435435
instance.
436436
- Under the covers this operator is using boto3
437-
[`run_instances'](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/run_instances.html).
437+
[`run_instances`](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/run_instances.html).
438438
We can pass the name or id for the appropriate launch template in the
439439
`config` parameter. The launch template names will be hard-coded
440440
constants.

0 commit comments

Comments
 (0)