Skip to content

Commit

Permalink
Merge pull request #1 from Sebast1aan/typo_resource_git_repository_file
Browse files Browse the repository at this point in the history
fix typo in resource_git_repository_file.go
  • Loading branch information
Sebast1aan authored May 5, 2023
2 parents 65e96b8 + cf5fd9a commit 297d913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func resourceGitRepositoryFileCreate(d *schema.ResourceData, m interface{}) erro
return nil
})
if err != nil {
return fmt.Errorf("Create repositroy file failed, repositoryID: %s, branch: %s, file: %s. Error: %+v", repoId, branch, file, err)
return fmt.Errorf("Create repository file failed, repositoryID: %s, branch: %s, file: %s. Error: %+v", repoId, branch, file, err)
}

d.SetId(fmt.Sprintf("%s/%s", repoId, file))
Expand Down

0 comments on commit 297d913

Please sign in to comment.