From 0d5337636d23eaaafe4754ec21d327ef544b6268 Mon Sep 17 00:00:00 2001 From: Simon McLean Date: Sun, 15 Sep 2024 20:26:04 +0100 Subject: [PATCH] typo --- lua/triptych/actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/triptych/actions.lua b/lua/triptych/actions.lua index 9fe23eb..fdbc9dc 100644 --- a/lua/triptych/actions.lua +++ b/lua/triptych/actions.lua @@ -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