Skip to content

Commit

Permalink
update Freckle.App.Env to show the needful (#191)
Browse files Browse the repository at this point in the history
* update Freckle.App.Env to show the needful

* Update freckle-env/library/Freckle/App/Env.hs

sure why not

Co-authored-by: Pat Brisbin <[email protected]>

---------

Co-authored-by: Pat Brisbin <[email protected]>
  • Loading branch information
joelmccracken and pbrisbin authored Sep 6, 2024
1 parent e7a5486 commit 1234576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freckle-env/library/Freckle/App/Env.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-- > }
-- >
-- > loadConfig :: IO Config
-- > loadConfig = parse $ Config
-- > loadConfig = parse id $ Config
-- > <$> var auto "BATCH_SIZE" (def 1)
-- > <*> switch "DRY_RUN" mempty
-- > <*> flag (Off LevelInfo) (On LevelDebug) "DEBUG" mempty
Expand Down

0 comments on commit 1234576

Please sign in to comment.