Skip to content

Commit

Permalink
Fix output file extension for compile cairo (#2727)
Browse files Browse the repository at this point in the history
- Fixes #2724
  • Loading branch information
janmasrovira authored Apr 16, 2024
1 parent e0ae356 commit 138e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/Compile/Cairo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runCommand opts = do
set entryPointTarget (Just TargetCairo)
. applyCompileCommonOptions opts'
<$> getEntryPoint (opts' ^. compileInputFile)
cairoFile :: Path Abs File <- getOutputFile FileExtCasm inputFile moutputFile
cairoFile :: Path Abs File <- getOutputFile FileExtJson inputFile moutputFile
r <-
runReader entryPoint
. runError @JuvixError
Expand Down

0 comments on commit 138e8f4

Please sign in to comment.