Skip to content

Commit b24a600

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ titlecase() {
7979
sonarqube) echo -n "SonarQube ";;
8080
techdocs) echo -n "TechDocs ";;
8181
# Uppercase the first letter
82-
*)
82+
*) echo -n "${f^} " ;;
8383
first_char=$(echo "$f" | cut -c1 | tr '[:lower:]' '[:upper:]')
8484
rest_chars=$(echo "$f" | cut -c2-)
8585
;;

0 commit comments

Comments
 (0)