fix remote refs pattern to match default git behavior

Michael Muré created

Change summary

bug/bug.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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"