mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
fix remote refs pattern to match default git behavior
This commit is contained in:
parent
78e5ec36b4
commit
a28f325a43
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user