From f8302c5470e362678d856e50d50dda104f79d847 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 14 Sep 2018 22:48:35 -0400 Subject: ci: fix go vet and add Go 1.11.x --- routes/repo/branch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/repo/branch.go') diff --git a/routes/repo/branch.go b/routes/repo/branch.go index 072234ce..432ebe86 100644 --- a/routes/repo/branch.go +++ b/routes/repo/branch.go @@ -124,7 +124,7 @@ func DeleteBranchPost(c *context.Context) { if len(commitID) > 0 { branchCommitID, err := c.Repo.GitRepo.GetBranchCommitID(branchName) if err != nil { - log.Error(2, "Failed to get commit ID of branch %q: %v", err) + log.Error(2, "Failed to get commit ID of branch %q: %v", branchName, err) return } -- cgit v1.2.3