mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add @ to valid package name characters (#18862)
NodeJS formulae are now named node@<major_version> E.g. https://github.com/Homebrew/homebrew-core/blob/master/Formula/node@6.rb
This commit is contained in:
committed by
René Moser
parent
61897fa4b7
commit
1c13ddf7c8
@@ -179,6 +179,7 @@ class Homebrew(object):
|
||||
\+ # plusses
|
||||
- # dashes
|
||||
: # colons (for URLs)
|
||||
@ # at-sign
|
||||
'''
|
||||
|
||||
INVALID_PATH_REGEX = _create_regex_group(VALID_PATH_CHARS)
|
||||
|
||||
Reference in New Issue
Block a user