Skip to content

Commit

Permalink
Update helix-stdx/src/env.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed May 20, 2024
1 parent 8d50d78 commit 8d6e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-stdx/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn current_working_dir() -> PathBuf {
}

// implementation of crossplatform pwd -L
// we want pwd -L so that symlinked directories are handeled correctly
// we want pwd -L so that symlinked directories are handled correctly
let mut cwd = std::env::current_dir().expect("Couldn't determine current working directory");

let pwd = std::env::var_os("PWD");
Expand Down

0 comments on commit 8d6e4e0

Please sign in to comment.