diff --git a/hledger/Hledger/Cli/Commands/Import.hs b/hledger/Hledger/Cli/Commands/Import.hs index 0a4368a48..4b72d5bcb 100644 --- a/hledger/Hledger/Cli/Commands/Import.hs +++ b/hledger/Hledger/Cli/Commands/Import.hs @@ -60,7 +60,7 @@ importcmd opts@CliOpts{rawopts_=rawopts,inputopts_=iopts} j = do Left err -> error' err Right (newj, latestdatesforfiles) -> case sortOn tdate $ jtxns newj of - [] -> hPrintf stderr "no new transactions found in %s\n\n" inputstr + [] -> hPrintf stderr "no new transactions found in %s\n" inputstr newts | catchup -> if dryrun