fix manual url in default CSV rules file
This commit is contained in:
parent
d089c90e86
commit
d0ad571321
@ -181,7 +181,7 @@ ensureRulesFileExists f = do
|
|||||||
newRulesFileContent :: FilePath -> String
|
newRulesFileContent :: FilePath -> String
|
||||||
newRulesFileContent f = unlines
|
newRulesFileContent f = unlines
|
||||||
["# hledger csv conversion rules for " ++ csvFileFor (takeFileName f)
|
["# hledger csv conversion rules for " ++ csvFileFor (takeFileName f)
|
||||||
,"# cf http://hledger.org/MANUAL.html"
|
,"# cf http://hledger.org/manual#csv-files"
|
||||||
,""
|
,""
|
||||||
,"account1 assets:bank:checking"
|
,"account1 assets:bank:checking"
|
||||||
,""
|
,""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user