Skip to content

Commit

Permalink
Update rzk/src/Rzk/Main.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk authored Dec 11, 2023
1 parent 50ee917 commit 2de4099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rzk/src/Rzk/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ parseRzkFilesOrStdin = \case
then do
putStrLn ("Using Rzk project stucture specified in " <> rzkYamlPath)
paths <- extractFilesFromRzkYaml rzkYamlPath
when (null paths) (error $ "No files found in " <> rzkYamlPath)
when (null paths) (error $ "No Rzk files specified in the config file at " <> rzkYamlPath)
parseRzkFilesOrStdin paths
else do
rzkModule <- parseStdin
Expand Down

0 comments on commit 2de4099

Please sign in to comment.