Skip to content

Commit 545932f

Browse files
committed
lib/utilities: lint
SC2059
1 parent 134c1b9 commit 545932f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utilities.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _bash-it-get-component-type-from-path() {
2222
filename="${filename%.bash}"
2323
# extension without priority or name
2424
filename="${filename##*.}"
25-
echo "${filename}" #| cut -d '.' -f 2
25+
echo "${filename}"
2626
}
2727

2828
# This function searches an array for an exact match against the term passed

0 commit comments

Comments
 (0)