Skip to content

Commit fc939e7

Browse files
committed
Add a comment that the test needs to change for multi environment
1 parent 405d62b commit fc939e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exe/Main.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ main = do
7373
{ optReportProgress = clientSupportsProgress caps }
7474
initialise (mainRule >> action kick) event logger options vfs
7575
else do
76+
-- Note that this whole section needs to change once we have genuine
77+
-- multi environment support. Needs rewriting in terms of loadEnvironment.
7678
putStrLn "[1/6] Finding hie-bios cradle"
7779
cradle <- findCradle (dir <> "/")
7880
print cradle

0 commit comments

Comments
 (0)