Skip to content

Commit ac95c1f

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

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-
rest_chars=$(echo "$f" | cut -c2-)
8483
;;
8584
esac;
8685
done; echo;

0 commit comments

Comments
 (0)