Skip to content

Commit 2119d76

Browse files
committed
clarify comment
1 parent 5b56919 commit 2119d76

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
@@ -40,7 +40,7 @@ toLocalCachePath rootDir = Path.concat [ rootDir, ".spago" ]
4040
toLocalCachePackagesPath :: FilePath -> FilePath
4141
toLocalCachePackagesPath rootDir = Path.concat [ toLocalCachePath rootDir, "p" ]
4242

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

0 commit comments

Comments
 (0)