aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bug/bug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug.go b/bug/bug.go
index d698a055..1e0c3e0d 100644
--- a/bug/bug.go
+++ b/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"