bug/bug.go 🔗
@@ -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"
Michael Muré created
bug/bug.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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"