Skip to content

Commit b9a04cc

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

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
@@ -82,7 +82,6 @@ titlecase() {
8282
*)
8383
first_char=$(echo "$f" | cut -c1 | tr '[:lower:]' '[:upper:]')
8484
rest_chars=$(echo "$f" | cut -c2-)
85-
echo -n "${first_char}${rest_chars} "
8685
;;
8786
esac;
8887
done; echo;

0 commit comments

Comments
 (0)