Merge pull request #5 from jackspirou/master

Fix Typo
This commit is contained in:
Jack Spirou 2016-01-12 07:09:29 -06:00
commit 58efb17e13
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func buildRelease(client *github.Client, owner string, repo string, tag string)
return release, nil
}
// if not release was found by that tag, create a new one
// if no release was found by that tag, create a new one
release, err = newRelease(client, owner, repo, tag)
if err != nil {
return nil, fmt.Errorf("Failed to retrieve or create a release: %s", err)