Skip to content

Commit 6ffad08

Browse files
committed
Added /usr/bin to haskell example's bin PATH
1 parent 20b9a30 commit 6ffad08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/development/haskell/devbox.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
"which": "latest"
1616
},
1717
"env": {
18-
"WORK": "$PWD"
18+
"PATH": "$PATH:/usr/bin"
1919
},
2020
"shell": {
2121
"init_hook": null,
2222
"scripts": {
2323
"run_test": [
24-
"ls -l /usr/bin/",
2524
"echo $PATH",
2625
"cd my-project",
2726
"stack build",

0 commit comments

Comments
 (0)