diff options
Diffstat (limited to 'storage/filesystem/module.go')
-rw-r--r-- | storage/filesystem/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/module.go b/storage/filesystem/module.go index 6f3de3f..7c8c8d8 100644 --- a/storage/filesystem/module.go +++ b/storage/filesystem/module.go @@ -2,7 +2,7 @@ package filesystem import ( "gopkg.in/src-d/go-git.v4/storage" - "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit" + "gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit" ) type ModuleStorage struct { |