Skip to content

Commit

Permalink
entrypoint: Remove unnecessary use of an extended glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Mar 15, 2024
1 parent 624b474 commit 0d72546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ setConfigurationValue() {
[Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]|[Nn]one)
TYPE="bool"
;;
+([0-9]))
[1-9][0-9]*)
TYPE="integer"
;;
[\[\(]*[\]\)])
Expand Down

0 comments on commit 0d72546

Please sign in to comment.