fix remote refs pattern to match default git behavior

This commit is contained in:
Michael Muré 2018-07-25 17:58:54 +02:00
parent 78e5ec36b4
commit a28f325a43
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -9,7 +9,7 @@ import (
)
const bugsRefPattern = "refs/bugs/"
const bugsRemoteRefPattern = "refs/remote/%s/bugs/"
const bugsRemoteRefPattern = "refs/remotes/%s/bugs/"
const opsEntryName = "ops"
const rootEntryName = "root"