aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/internal/dotgit/dotgit.go
diff options
context:
space:
mode:
authorCromel-PC\Cromel <Cromel3@gmail.com>2017-06-08 14:17:42 +0300
committerSantiago M. Mola <santi@mola.io>2017-06-28 08:25:43 +0200
commit47b3ba29b02ed627c35a653cde75fab322b18bf8 (patch)
tree2eab33ff5198b9e0d14ec672d82befdc72cff12a /storage/filesystem/internal/dotgit/dotgit.go
parentce6f5b7c82fc6c2c4d41880ed6b26f921dd9c1c3 (diff)
downloadgo-git-47b3ba29b02ed627c35a653cde75fab322b18bf8.tar.gz
Fixed modules directory path
Diffstat (limited to 'storage/filesystem/internal/dotgit/dotgit.go')
-rw-r--r--storage/filesystem/internal/dotgit/dotgit.go2
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"