Update provider.html.md

Fix typo
This commit is contained in:
Matthew Leventi 2014-09-13 21:58:54 -07:00
parent cf6ff450c0
commit ab311e8401
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func resourceUpdate(d *schema.ResourceData, meta interface{}) error {
d.SetPartial("tags")
}
if d.HashChange("name") {
if d.HasChange("name") {
if err := updateName(d, meta); err != nil {
return err
}