Skip to content

Commit

Permalink
Update project.go
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep authored Oct 25, 2021
1 parent 223b65d commit ab410f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func resourceProjectUpdate(ctx context.Context, d *schema.ResourceData, m interf
}
}

return resourceJobRead(ctx, d, m)
return resourceProjectRead(ctx, d, m)
}

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

0 comments on commit ab410f1

Please sign in to comment.