summaryrefslogtreecommitdiff
path: root/src/refdb_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/refdb_fs.c')
-rw-r--r--src/refdb_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refdb_fs.c b/src/refdb_fs.c
index 5228cb811..6f2162e77 100644
--- a/src/refdb_fs.c
+++ b/src/refdb_fs.c
@@ -1011,7 +1011,7 @@ int git_refdb_backend_fs(
git_buf_puts(&path, repository->path_repository);
if (repository->namespace != NULL)
- git_buf_printf(&path, "refs/%s/", repository->namespace);
+ git_buf_printf(&path, "refs/namespaces/%s/", repository->namespace);
backend->path = git_buf_detach(&path);