From 1f09f98c9be5f9739267444b4d2695a3d2fe042d Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 4 Jan 2024 22:06:12 -0700 Subject: [PATCH] Remove un-needed change --- script/sqlx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sqlx b/script/sqlx index a575efbcb6..cf2fa8d405 100755 --- a/script/sqlx +++ b/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 $@