Skip to content

Commit

Permalink
fixed a typo (GoogleCloudPlatform#5170)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmedia authored and khajduczenia committed Oct 12, 2021
1 parent 5e8d41f commit f08f917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ func resourceCloudFunctionsUpdate(d *schema.ResourceData, meta interface{}) erro
d.Timeout(schema.TimeoutUpdate))
}, d.Timeout(schema.TimeoutUpdate))
if rerr != nil {
return fmt.Errorf("Error while updating cloudfunction configuration: %s", err)
return fmt.Errorf("Error while updating cloudfunction configuration: %s", rerr)
}
}
d.Partial(false)
Expand Down

0 comments on commit f08f917

Please sign in to comment.