Skip to content

Commit

Permalink
Correct typo (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Feb 23, 2021
1 parent ec84dc8 commit 832afea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/vcs/github_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (g *GithubClient) MergePull(pull models.PullRequest) error {
pull.BaseRepo.Owner,
pull.BaseRepo.Name,
pull.Num,
// NOTE: Using the emtpy string here causes GitHub to autogenerate
// NOTE: Using the empty string here causes GitHub to autogenerate
// the commit message as it normally would.
"",
options)
Expand Down

0 comments on commit 832afea

Please sign in to comment.