Skip to content

Commit

Permalink
fixed a typo (#5170)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmedia authored Sep 3, 2021
1 parent 6f745ae commit 9bc3499
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 9bc3499

Please sign in to comment.