mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Fix a typo
This commit is contained in:
parent
81ef89401e
commit
f45f9ae8ed
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ pub fn check(url: &str, cargo_args: Vec<String>) -> anyhow::Result<()> {
|
|||
fn run_prepare_step(cargo_args: Vec<String>) -> anyhow::Result<QueryData> {
|
||||
// path to the Cargo executable
|
||||
let cargo = env::var("CARGO")
|
||||
.context("`prepare` subcommand may only be invoked as `cargo sqlx prepare``")?;
|
||||
.context("`prepare` subcommand may only be invoked as `cargo sqlx prepare`")?;
|
||||
|
||||
let metadata = MetadataCommand::new()
|
||||
.cargo_path(&cargo)
|
||||
|
|
Loading…
Reference in a new issue