Skip to content

Commit 4d1df6a

Browse files
committed
PR review changes
1 parent 9623bc6 commit 4d1df6a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hydra-cluster/src/CardanoNode.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ findFileStartingAtDirectory maxDepth fileName = do
199199
then pure path
200200
else
201201
if depth <= 0
202-
then error $ "Could not locate the Blockfrost project file at or above: " <> pack dir
202+
then error $ "Could not locate the Blockfrost project file at " <> pack dir <> " or " <> show depth <> " above."
203203
else do
204204
let parent = ".." </> takeDirectory dir
205205
if parent == dir

nohup.out

Whitespace-only changes.

0 commit comments

Comments
 (0)