Skip to content

Commit

Permalink
The attribute name should be deployment, not crn
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Dec 8, 2023
1 parent 47d0861 commit 8077a7a
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 97 deletions.
2 changes: 1 addition & 1 deletion proto/vulcanize/registry/v1beta1/attributes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ message ApplicationDeploymentRequest {
string application = 4 [(gogoproto.moretags) = "json:\"application\" yaml:\"application\""];
string dns = 5 [(gogoproto.moretags) = "json:\"dns\" yaml:\"dns\""];
string config = 6 [(gogoproto.moretags) = "json:\"config\" yaml:\"config\""];
repeated string crn = 7 [(gogoproto.moretags) = "json:\"crn\" yaml:\"crn\""];
string deployment = 7 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
Expand Down
189 changes: 93 additions & 96 deletions x/registry/types/attributes.pb.go

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

0 comments on commit 8077a7a

Please sign in to comment.