From 54f157fe5e7bb73c5d6e9d24a43aa95754ef0e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 4 Mar 2025 19:48:11 +0100 Subject: Accept job file path on comman line Changelog: Accept job file path on comman line --- src/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Command.hs') diff --git a/src/Command.hs b/src/Command.hs index c73b857..2114d90 100644 --- a/src/Command.hs +++ b/src/Command.hs @@ -93,7 +93,7 @@ getConfigPath :: CommandExec FilePath getConfigPath = CommandExec $ do asks ciConfigPath >>= \case Nothing -> liftIO $ do - hPutStrLn stderr "no config file found" + hPutStrLn stderr "no job file found" exitFailure Just path -> return path -- cgit v1.2.3