Skip to content

Commit d6e10e5

Browse files
committed
get_git_directory use norm_path from utils
1 parent 844aed7 commit d6e10e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/git/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function M.get_git_directory(cwd)
101101
return nil
102102
end
103103

104-
git_dir = norm_path(git_dir)
104+
git_dir = utils.norm_path(git_dir)
105105
if git_dir == nil then
106106
return nil
107107
end

0 commit comments

Comments
 (0)