diff options
Diffstat (limited to 'storage/filesystem/internal/dotgit/dotgit.go')
-rw-r--r-- | storage/filesystem/internal/dotgit/dotgit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/internal/dotgit/dotgit.go b/storage/filesystem/internal/dotgit/dotgit.go index c48f24c..f3a2308 100644 --- a/storage/filesystem/internal/dotgit/dotgit.go +++ b/storage/filesystem/internal/dotgit/dotgit.go @@ -21,7 +21,7 @@ const ( configPath = "config" indexPath = "index" shallowPath = "shallow" - modulePath = "module" + modulePath = "modules" objectsPath = "objects" packPath = "pack" refsPath = "refs" |