Skip to content

Commit

Permalink
Merge pull request #13 from tarfu/versioning-fix
Browse files Browse the repository at this point in the history
Fix incorrect git ref version choices; See #12
  • Loading branch information
slimsag committed Jan 21, 2015
2 parents b13492d + e36a20c commit 993ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (h *Handler) chooseRef(refs []*gitRef, v Version) (chosenHash string, ok bo

// Add it to the version list for sorting.
verList = append(verList, refVersion{
Version: v,
Version: refV,
gitRef: ref,
})
}
Expand Down

0 comments on commit 993ebea

Please sign in to comment.