Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
(v2.0.21) Automated packaging of release by CapsuleCD
Browse files Browse the repository at this point in the history
  • Loading branch information
CapsuleCD committed Nov 24, 2017
1 parent 1f4dc9b commit 5d40edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/utils/git.go
Expand Up @@ -54,7 +54,7 @@ func GitFetchPullRequest(repoPath string, pullRequestNumber string, localBranchN
time.Sleep(time.Second)

// fetch the pull request merge and head references into this repo.
ferr := remote.Fetch([]string{ fmt.Sprintf("+refs/pull/%s/merge:refs/remotes/origin/pr/%s/merge", pullRequestNumber, pullRequestNumber) }, new(git2go.FetchOptions), "")
ferr := remote.Fetch([]string{fmt.Sprintf("+refs/pull/%s/merge:refs/remotes/origin/pr/%s/merge", pullRequestNumber, pullRequestNumber)}, new(git2go.FetchOptions), "")
if ferr != nil {
log.Print("Failed to fetch PR reference from remote")
return ferr
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "2.0.20"
const VERSION = "2.0.21"

0 comments on commit 5d40edb

Please sign in to comment.