Skip to content

Commit 74bdd31

Browse files
committed
fixed list
1 parent 1072cf9 commit 74bdd31

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-library/src/aws_library/ec2

1 file changed

+1
-1
lines changed

packages/aws-library/src/aws_library/ec2/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class EC2InstanceBootSpecific(BaseModel):
157157
list[DockerGenericTag],
158158
Field(
159159
default_factory=list,
160-
description="a list of docker image/tags to pull on instance cold start",
160+
description="a list of docker image/tags to pull on the instance",
161161
),
162162
] = DEFAULT_FACTORY
163163
buffer_count: Annotated[

0 commit comments

Comments
 (0)