Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Harvey <[email protected]>
  • Loading branch information
manicminer and tombuildsstuff authored Mar 19, 2024
1 parent 9c096a5 commit 40e15d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func dataSourceStorageTableEntityRead(d *pluginsdk.ResourceData, meta interface{

endpoint, err := account.DataPlaneEndpoint(client.EndpointTypeTable)
if err != nil {
return fmt.Errorf("retrieving the table data plan endpoint: %v", err)
return fmt.Errorf("retrieving the table data plane endpoint: %v", err)
}

accountId, err := accounts.ParseAccountID(*endpoint, storageClient.StorageDomainSuffix)
Expand Down

0 comments on commit 40e15d7

Please sign in to comment.