feat(direnv): fix typo for ci check

This commit is contained in:
Nick Conway 2024-10-15 11:18:18 -04:00
parent f17bd13900
commit c05f70c220
No known key found for this signature in database
GPG Key ID: AA850592E4C1D453

View File

@ -235,7 +235,7 @@ fn get_cargo_version(context: &Context, config: &PackageConfig) -> Option<String
.and_then(toml::Value::as_bool)
.unwrap_or_default()
{
// workspace version string (`package.version.worspace = true`)
// workspace version string (`package.version.workspace = true`)
// need to read the Cargo.toml file from the workspace root
let mut version = None;
// discover the workspace root