mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
feat(direnv): fix typo for ci check
This commit is contained in:
parent
f17bd13900
commit
c05f70c220
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user