Commit 2b025fe 1 parent de28d70 commit 2b025fe Copy full SHA for 2b025fe
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,8 @@ generateReports opts = Turtle.sh (
45
45
46
46
generateReports' :: RuntimeOptions -> TChan FlowTypes. LogMessage -> IO [Either TurtlePath TurtlePath ]
47
47
generateReports' opts ch = do
48
- let wipMsg = " Report generation is still a work-in-progress - please let me know how this can be more useful.\n\n "
49
- <> " Keep an eye out for report-related pull requests and issues, and feel free to submit some of your own:\n "
50
- <> " https://github.com/apauley/hledger-flow/pulls\n "
51
- <> " https://github.com/apauley/hledger-flow/issues\n "
48
+ let wipMsg = " These reports can be used as a starting point for more tailored reports.\n "
49
+ <> " The first line of each report contains the command used - change the parameters and use it in your own reports.\n "
52
50
channelOutLn ch wipMsg
53
51
owners <- Turtle. single $ shellToList $ listOwners opts
54
52
ledgerEnvValue <- Turtle. need " LEDGER_FILE" :: IO (Maybe T. Text )
You can’t perform that action at this time.
0 commit comments