Naming typo

parent d7782445
......@@ -78,8 +78,8 @@ runCmdDevWith fp f = do
conn <- connectGargandb fp
either (fail . show) pure =<< runCmd conn f
runCmdDevWith' :: Cmd ServantErr a -> IO a
runCmdDevWith' f = runCmdDevWith "gargantext.ini" f
runCmdDev' :: Cmd ServantErr a -> IO a
runCmdDev' = runCmdDevWith "gargantext.ini"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment