Skip to content

Commit f075729

Browse files
committed
revert lapp-stack change
1 parent 6a1a42a commit f075729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/stacks/lapp-stack/devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"init_db": "initdb",
2020
"run_test": [
2121
"mkdir -p /tmp/devbox/lapp",
22-
"PGHOST=/tmp/devbox/lapp initdb",
22+
"export PGHOST=/tmp/devbox/lapp",
23+
"initdb",
2324
"devbox services start",
2425
"echo 'sleep 1 second for the postgres server to initialize.' && sleep 1",
2526
"dropdb --if-exists devbox_lapp",

0 commit comments

Comments
 (0)