Skip to content

Commit

Permalink
skaff: fix errant opening brace (#39649)
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b authored Oct 10, 2024
1 parent 89c9878 commit 7878ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaff/resource/resourcefw.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func (r *resource{{ .Resource }}) Update(ctx context.Context, req resource.Updat
!plan.ComplexArgument.Equal(state.ComplexArgument) ||
!plan.Type.Equal(state.Type) {

var input {{ .ServicePackage }}.Update{{ .Resource }}Input{
var input {{ .ServicePackage }}.Update{{ .Resource }}Input
resp.Diagnostics.Append(flex.Expand(ctx, plan, &input, flex.WithFieldNamePrefix("Test"))...)
if resp.Diagnostics.HasError() {
return
Expand Down

0 comments on commit 7878ee5

Please sign in to comment.