Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed May 14, 2024
1 parent de91099 commit fa2d95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/codegen/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ func (t primitiveType) String() string {
return "pulumi:pulumi:Asset"
case jsonType:
fallthrough
case anyResourceType:
return "pulumi:pulumi:Resource"
case anyType:
return "pulumi:pulumi:Any"
case anyResourceType:
return "pulumi:pulumi:Resource"
default:
panic("unknown primitive type")
}
Expand Down

0 comments on commit fa2d95c

Please sign in to comment.