Remove un-needed change

This commit is contained in:
Conrad Irwin 2024-01-04 22:06:12 -07:00
parent be426e67cc
commit 1f09f98c9b

View File

@ -8,7 +8,7 @@ set -e
cd crates/collab
# Export contents of .env.toml
eval "$(cargo run --quiet --bin dotenv2)"
eval "$(cargo run --quiet --bin dotenv)"
# Run sqlx command
sqlx $@