From 24312b41c579c7076060863fee48540677ac374b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 24 Jun 2024 08:16:50 +0200 Subject: [PATCH] lwd --- pidd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pidd.sh b/pidd.sh index 0736363..a49f85b 100644 --- a/pidd.sh +++ b/pidd.sh @@ -47,8 +47,8 @@ pidd_list_environment_variables () { pidd_list_working_directory () { pidd_step "List working directory" - pidd_list_working_directory__path="$(realpath .)" - pidd_ls "${pidd_list_working_directory__path}" + pidd_lwd__path="$(realpath .)" + pidd_ls "${pidd_lwd__path}" } # steps