Skip to content

Commit

Permalink
Fix typo in deployment branch policy import (#1758)
Browse files Browse the repository at this point in the history
Tested in reality, works well after the fix :)
  • Loading branch information
bpaquet authored Jun 27, 2023
1 parent bd56d13 commit c9a7c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func resourceGithubRepositoryDeploymentBranchPolicyImport(d *schema.ResourceData
d.Set("repository", repoName)
d.Set("environment_name", environmentName)

err = resourceGithubBranchRead(d, meta)
err = resourceGithubRepositoryDeploymentBranchPolicyRead(d, meta)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit c9a7c1a

Please sign in to comment.