fix(lint): remove minor superfluous dollar
This commit is contained in:
parent
2e4e1a94c9
commit
64a123387f
@ -56,7 +56,7 @@ main = do
|
|||||||
Custom.purgePool $ appConnPool foundation
|
Custom.purgePool $ appConnPool foundation
|
||||||
truncateDb
|
truncateDb
|
||||||
DBMigrate -> db' $ return ()
|
DBMigrate -> db' $ return ()
|
||||||
DBFill -> db' $ fillDb
|
DBFill -> db' fillDb
|
||||||
(_, _, _, errs) -> do
|
(_, _, _, errs) -> do
|
||||||
forM_ errs $ hPutStrLn stderr
|
forM_ errs $ hPutStrLn stderr
|
||||||
hPutStrLn stderr $ usageInfo "uniworxdb" argsDescr
|
hPutStrLn stderr $ usageInfo "uniworxdb" argsDescr
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user