Skip to content

Commit 66bf114

Browse files
committed
clarify comment
1 parent 79210d1 commit 66bf114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spago/Paths.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ toLocalCachePackagesPath rootDir = Path.concat [ toLocalCachePath rootDir, "p" ]
4646
toLocalCacheGitPath :: FilePath -> FilePath
4747
toLocalCacheGitPath rootDir = Path.concat [ toLocalCachePath rootDir, "g" ]
4848

49-
-- search maximum 4 levels up the tree to find the Git project, if it exists
49+
-- search maximum 4 levels up the tree to find all other `spago.yaml`, which may contain workspace definition
5050
toGitSearchPath :: FilePath -> Array FilePath
5151
toGitSearchPath rootDir = reverse $ makeSearchPaths rootDir 4 where
5252
makeSearchPath :: FilePath -> Int -> FilePath

0 commit comments

Comments
 (0)