Remove un-needed change
This commit is contained in:
parent
be426e67cc
commit
1f09f98c9b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set -e
|
||||||
cd crates/collab
|
cd crates/collab
|
||||||
|
|
||||||
# Export contents of .env.toml
|
# Export contents of .env.toml
|
||||||
eval "$(cargo run --quiet --bin dotenv2)"
|
eval "$(cargo run --quiet --bin dotenv)"
|
||||||
|
|
||||||
# Run sqlx command
|
# Run sqlx command
|
||||||
sqlx $@
|
sqlx $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue