mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Fix failure to load .env.toml in bootstrap script
This commit is contained in:
parent
00123ffe2b
commit
6da04d0eee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ echo "creating database..."
|
|||
script/sqlx database create
|
||||
|
||||
echo "migrating database..."
|
||||
cargo run -p collab -- migrate
|
||||
(cd crates/collab && cargo run -- migrate)
|
||||
|
||||
echo "seeding database..."
|
||||
script/seed-db
|
||||
|
|
Loading…
Reference in a new issue