Skip to content

Commit

Permalink
fix(server): update help_text for regex pattern setting
Browse files Browse the repository at this point in the history
Apparently regex already supports multiple patterns - no need to add
support.

Closes #301
  • Loading branch information
ericswpark committed Nov 23, 2023
1 parent 6e61bf3 commit 4bc2936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"Regex pattern to use when parsing file names of uploaded artifacts. The "
"pattern must include the following four named match groups; otherwise an "
"exception will occur during uploading: `version', `codename`, `variant`, "
"and `date`.",
"and `date`. Separate multiple patterns with the pipe (|) delimiter.",
str,
),
"SHIPPER_ALLOWED_VERSIONS_TO_UPLOAD": (
Expand Down

0 comments on commit 4bc2936

Please sign in to comment.