Skip to content

Commit

Permalink
Update usage of build info
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Dec 4, 2023
1 parent 9dbed59 commit 8001d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ main = do
printVersion = do
logOptions <- mkLogOptions startingTime { noColor: false, quiet: false, verbose: false, offline: Offline }
runSpago { logOptions } do
logInfo BuildInfo.buildInfo.spagoVersion
logInfo BuildInfo.spagoVersion
parseArgs >>=
\c -> Aff.launchAff_ case c of
Cmd'SpagoCmd (SpagoCmd globalArgs@{ offline } command) -> do
Expand Down

0 comments on commit 8001d80

Please sign in to comment.