Skip to content

Commit

Permalink
Merge branch 'f/storage-sdk' of github.com:terraform-providers/terraf…
Browse files Browse the repository at this point in the history
…orm-provider-azurerm into f/storage-sdk
  • Loading branch information
tombuildsstuff committed Jul 9, 2019
2 parents c29fffe + db94588 commit 7214179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_storage_share_directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func resourceArmStorageShareDirectoryDelete(d *schema.ResourceData, meta interfa
return fmt.Errorf("Error locating Resource Group for Storage Account %q: %s", id.AccountName, err)
}
if resourceGroup == nil {
log.Printf("[DEBUG] Unable to locate Resource Group for Storage Account %q - assuming removed alreadu", id.AccountName)
log.Printf("[DEBUG] Unable to locate Resource Group for Storage Account %q - assuming removed already", id.AccountName)
d.SetId("")
return nil
}
Expand Down

0 comments on commit 7214179

Please sign in to comment.