We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a04cc commit b24a600Copy full SHA for b24a600
modules/dynamic-plugins/rhdh-supported-plugins.sh
@@ -79,7 +79,7 @@ titlecase() {
79
sonarqube) echo -n "SonarQube ";;
80
techdocs) echo -n "TechDocs ";;
81
# Uppercase the first letter
82
- *)
+ *) echo -n "${f^} " ;;
83
first_char=$(echo "$f" | cut -c1 | tr '[:lower:]' '[:upper:]')
84
rest_chars=$(echo "$f" | cut -c2-)
85
;;
0 commit comments