Skip to content

Commit ab410f1

Browse files
authored
Update project.go
1 parent 223b65d commit ab410f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/resources/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func resourceProjectUpdate(ctx context.Context, d *schema.ResourceData, m interf
129129
}
130130
}
131131

132-
return resourceJobRead(ctx, d, m)
132+
return resourceProjectRead(ctx, d, m)
133133
}
134134

135135
func resourceProjectDelete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {

0 commit comments

Comments
 (0)