Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon McLean committed Sep 15, 2024
1 parent d563d22 commit 0d53376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/triptych/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function Actions.new(State, refresh_view)
if target.is_dir then
local target_path
if State.collapse_dirs and target.collapse_path then
target_path = target_path.collapse_path
target_path = target.collapse_path
else
target_path = target.path
end
Expand Down

0 comments on commit 0d53376

Please sign in to comment.