Skip to content

Commit

Permalink
generator: hack around Stork --output - bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsenArsen committed Mar 16, 2022
1 parent 82d30e1 commit f9ece5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/app/Stork.hs
Expand Up @@ -96,5 +96,5 @@ render outPath is = do

storkDb <- H.unixFilterLBS storkCmd' storkArgs json
H.makeItem storkDb
where storkCmd = ["stork", "build", "--input", "-", "--output", "-"]
where storkCmd = ["stork", "build", "--input", "-", "--output", "/dev/stdout"]
(storkCmd':storkArgs) = storkCmd

0 comments on commit f9ece5e

Please sign in to comment.