From b3a67ed73edda1a6793794a0b1734db9ff09ea20 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 18 Sep 2022 21:03:02 +0200 Subject: [PATCH] scripts/t: fix typo --- scripts/t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/t b/scripts/t index ca0cfa1..9ebc428 100755 --- a/scripts/t +++ b/scripts/t @@ -4,7 +4,7 @@ # max directories depth level=$(echo "$@" | sed -nE 's/.*-L ?([0-9]).*/\1/p') -# indentatiof of leaf directory +# indentation of leaf directory begin=$(printf "%$((level - 2))s" | sed 's/ /│   /g') # indentation of leaf files line=$(printf "%$((level - 1))s" | sed 's/ /│   /g')