Skip to content

Commit

Permalink
Remove unnecessary period
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <[email protected]>
  • Loading branch information
michaelsaki and dav3r authored Mar 21, 2024
1 parent a77e5e1 commit 5fe14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ check_python_version() {

# This is a valid regex for semantically correct Python version strings.
# For more information see here:
# https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string.
# https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
# Break down the regex into readable parts major.minor.patch
local major="0|[1-9]\d*"
local minor="0|[1-9]\d*"
Expand Down

0 comments on commit 5fe14c7

Please sign in to comment.