Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2d0a0c

Browse files
committedSep 9, 2021
lib/utilities: lint
SC2059
1 parent 4f51486 commit c2d0a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/utilities.bash

+1-1
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)
Please sign in to comment.