Merge pull request #1521 from cmingxu/typo

typo
This commit is contained in:
Brad Rydzewski 2016-03-20 22:54:54 -07:00
commit f276bc1036

View file

@ -248,7 +248,7 @@ func PostBuild(c *gin.Context) {
c.JSON(202, build)
// get the previous build so taht we can send
// get the previous build so that we can send
// on status change notifications
last, _ := store.GetBuildLastBefore(c, repo, build.Branch, build.ID)