This commit is contained in:
Marc Beninca 2024-06-24 08:16:50 +02:00
parent bf521a7200
commit 24312b41c5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -47,8 +47,8 @@ pidd_list_environment_variables () {
pidd_list_working_directory () { pidd_list_working_directory () {
pidd_step "List working directory" pidd_step "List working directory"
pidd_list_working_directory__path="$(realpath .)" pidd_lwd__path="$(realpath .)"
pidd_ls "${pidd_list_working_directory__path}" pidd_ls "${pidd_lwd__path}"
} }
# steps # steps