diff options
-rw-r--r-- | bug/bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug.go b/bug/bug.go index d698a0550..1e0c3e0de 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" |