Skip to content

Commit

Permalink
Fix the Windows load example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Nov 16, 2022
1 parent 025827e commit 3b1290b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/load/lift.windows-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
},
"bindings": {
"get": {
"exe": "{get.sh}",
"exe": "/usr/bin/bash",
"args": [
"{get.sh}",
"{scie.lift}"
]
}
Expand Down

0 comments on commit 3b1290b

Please sign in to comment.