Skip to content

Commit 0b848c1

Browse files
authored
Update modules/dynamic-plugins/rhdh-supported-plugins.sh
1 parent b24a600 commit 0b848c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/dynamic-plugins/rhdh-supported-plugins.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ titlecase() {
8080
techdocs) echo -n "TechDocs ";;
8181
# Uppercase the first letter
8282
*) echo -n "${f^} " ;;
83-
first_char=$(echo "$f" | cut -c1 | tr '[:lower:]' '[:upper:]')
8483
rest_chars=$(echo "$f" | cut -c2-)
8584
;;
8685
esac;

0 commit comments

Comments
 (0)