Skip to content

Commit e4861c1

Browse files
committed
Fix compiled file extension.
1 parent 8cb6d28 commit e4861c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main = do
3131
putStr code
3232
hClose handle
3333
where
34-
outputFile = init (init filePath) ++ ".qasm"
34+
outputFile = init (init filePath) ++ "qasm"
3535
else
3636
putStrLn "Please supply one argument: a path to a lambdaQ program file!"
3737
where

0 commit comments

Comments
 (0)