Skip to content

Commit

Permalink
bug fix: invalid runCmd arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher authored Mar 23, 2024
1 parent 5307ff3 commit 855b1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def runCmd (cmd : String) (args : Array String) : ScriptM Bool := do
return hasError

script build do
if ← runCmd "lake exe mdgen" #["lean", "md"] then return 1
if ← runCmd "lake" #["exe", "mdgen", "lean", "md"] then return 1
return 0

0 comments on commit 855b1a3

Please sign in to comment.