Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit b966b66

Browse files
committed
Fixed modules directory
1 parent 96110df commit b966b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/filesystem/internal/dotgit/dotgit_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,5 +465,5 @@ func (s *SuiteDotGit) TestSubmodules(c *C) {
465465
dir := New(fs)
466466

467467
m := dir.Module("basic")
468-
c.Assert(strings.HasSuffix(m.Base(), ".git/module/basic"), Equals, true)
468+
c.Assert(strings.HasSuffix(m.Base(), ".git/modules/basic"), Equals, true)
469469
}

0 commit comments

Comments
 (0)