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

Commit

Permalink
Merge abbddfd into 1a2c35b
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Sep 14, 2017
2 parents 1a2c35b + abbddfd commit dc171b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func GitFetch(repoPath string, remoteRef string, localBranchName string) error {

ferr := remote.Fetch([]string{fmt.Sprintf("%s:%s", remoteRef, localBranchName)}, new(git2go.FetchOptions), "")
if ferr != nil {
log.Print("Failed to fetch remote ref into new local branch " + localBranchName)
log.Print("Failed to fetch remote ref into new local branch " + fmt.Sprintf("%s:%s", remoteRef, localBranchName))
return ferr
}

Expand Down

0 comments on commit dc171b4

Please sign in to comment.