Remove un-needed change

Conrad Irwin created

Change summary

script/sqlx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

script/sqlx 🔗

@@ -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 $@