mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Fix cargo feature name in seed-db script
This commit is contained in:
parent
e9d50159ee
commit
0e4f77750a
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -e
|
||||
cd server
|
||||
cargo run --features seed-dependencies --bin seed
|
||||
cargo run --features seed-support --bin seed
|
||||
|
|
Loading…
Reference in a new issue