This commit is contained in:
Félix Saparelli 2022-01-16 19:16:53 +13:00
parent 4085fc522c
commit 93a961abf6
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pub async fn dirs(args: &ArgMatches<'static>) -> Result<(PathBuf, PathBuf)> {
debug!(?project_origin, "resolved common/project origin");
let workdir = env::current_dir()
.and_then(|wd| canonicalize(wd))
.and_then(canonicalize)
.into_diagnostic()?;
debug!(?workdir, "resolved working directory");