From f7280bc920391fbc9065f1ea5d38dd52d2347772 Mon Sep 17 00:00:00 2001 From: Doraken Date: Wed, 2 Aug 2023 15:12:13 +0200 Subject: [PATCH] update bug --- lib/utilities.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utilities.bash b/lib/utilities.bash index 96fed92a..850130cd 100644 --- a/lib/utilities.bash +++ b/lib/utilities.bash @@ -59,7 +59,7 @@ function _bash-it-get-component-type-from-path() # contains apple # # $ if _bash-it-array-contains-element pear "${fruits[@]}" - then +# then # echo "contains pear!" # fi # contains pear!