diff options
Diffstat (limited to 'cli/fs_util.rs')
-rw-r--r-- | cli/fs_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fs_util.rs b/cli/fs_util.rs index 53406351b..322b3f9e7 100644 --- a/cli/fs_util.rs +++ b/cli/fs_util.rs @@ -249,7 +249,7 @@ where { let mut prepared = vec![]; - let root_path = std::env::current_dir()?; + let root_path = current_dir()?; for path in include { let lowercase_path = path.to_lowercase(); if lowercase_path.starts_with("http://") |