Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Magee committed Apr 21, 2022
1 parent ba5267b commit 41336ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ image_pipeline = ImagePipeline(
parent_image="ami-0e1d30f2c40c4c701",
profile_name="ImagePipelineProfile4",
security_groups=[sg.security_group_id],
subnet_id=priv_subnet[0].subnet_id
subnet_id=priv_subnets[0].subnet_id
)
```
Expand Down

0 comments on commit 41336ad

Please sign in to comment.