From e42fcb033d4a7ee44fe397be3e933d7031b7d8f7 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 27 Nov 2015 01:50:38 -0500 Subject: wiki: finish edit --- models/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/pull.go') diff --git a/models/pull.go b/models/pull.go index 080819cb..8020a1e1 100644 --- a/models/pull.go +++ b/models/pull.go @@ -252,7 +252,7 @@ func (pr *PullRequest) testPatch() (err error) { // Checkout base branch. _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), - fmt.Sprintf("PullRequest.Merge(git checkout): %s", pr.BaseRepo.ID), + fmt.Sprintf("PullRequest.Merge(git checkout): %v", pr.BaseRepo.ID), "git", "checkout", pr.BaseBranch) if err != nil { return fmt.Errorf("git checkout: %s", stderr) -- cgit v1.2.3