Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Apr 23, 2024
1 parent 2f522de commit b347d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinafore/pinafore-app/app/doc/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ main =
getOptions >>= \case
ShowVersionOption -> printVersion
ModuleDocOption ropts modname -> do
(_, modopts) <- getStorageModelOptions ropts
(_, modopts, _) <- getApplicationOptions ropts
printModuleDoc modopts modname

0 comments on commit b347d78

Please sign in to comment.