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
pull/19252/merge
Martin Bektchiev 8 years ago 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)

Loading…
Cancel
Save