We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67a463 commit dbb3018Copy full SHA for dbb3018
sqlx-cli/src/opt.rs
@@ -265,7 +265,7 @@ impl ConnectOpts {
265
pub fn required_db_url(&self) -> anyhow::Result<&str> {
266
self.database_url.as_deref().ok_or_else(
267
|| anyhow::anyhow!(
268
- "the `--database-url` option the or `DATABASE_URL` environment variable must be provided"
+ "the `--database-url` option or the `DATABASE_URL` environment variable must be provided"
269
)
270
271
}
0 commit comments