Skip to content

Commit 0d72546

Browse files
committed
entrypoint: Remove unnecessary use of an extended glob.
1 parent 624b474 commit 0d72546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ setConfigurationValue() {
8989
[Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]|[Nn]one)
9090
TYPE="bool"
9191
;;
92-
+([0-9]))
92+
[1-9][0-9]*)
9393
TYPE="integer"
9494
;;
9595
[\[\(]*[\]\)])

0 commit comments

Comments
 (0)