From 8efae769c04d79fb4ed8564b7dd791dd6956c04b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 23 Jan 2020 10:28:57 -0800 Subject: [PATCH] bin: smooth: update for current lib (RawOpts) [ci skip] --- bin/hledger-smooth.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 5e3e2134b..074fc4b13 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -59,7 +59,7 @@ main = do let copts' = copts{ -- One of our postings will probably have a missing amount; this ensures it's -- explicit on all the others. - rawopts_=("explicit",""):rawopts_ + rawopts_=setboolopt "explicit" rawopts_ -- Don't let our ACCT argument be interpreted as a query by print ,reportopts_=ropts{query_=""} }