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

Commit

Permalink
Fix typos, remove TODOs, upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaklauer committed Aug 24, 2021
1 parent 2d60962 commit 74a3fd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
3 changes: 1 addition & 2 deletions builtin/aws/ecs/plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions builtin/aws/ecs/plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ message Release {
}

// Resource contains the internal resource states.
// TODO(izaak): Audit these - make sure we're using all of it.
message Resource {
message Cluster {
string name = 1;
Expand Down Expand Up @@ -83,7 +82,7 @@ message Resource {
string id = 1;
}

// Currently, the subnet resource is responsible for discovering which VPC we;re running in,
// Currently, the subnet resource is responsible for discovering which VPC we're running in,
// because we determine it by describing either the default subnets or the user-specified subnets.
string vpc_id = 2;
}
Expand Down
9 changes: 2 additions & 7 deletions builtin/docker/plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions builtin/pack/plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74a3fd1

Please sign in to comment.