Skip to content

Commit 8c6349b

Browse files
authored
fix(fs_actions): revert accidental rename (#1725)
1 parent 3cfc243 commit 8c6349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neo-tree/sources/filesystem/lib/fs_actions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local M = {}
2121
---@param original_path string
2222
---@param destination string
2323
---@return boolean rename_is_safe
24-
local function can_safely_rename(original_path, destination)
24+
local function rename_is_safe(original_path, destination)
2525
if not uv.fs_stat(destination) then
2626
return true
2727
end

0 commit comments

Comments
 (0)