mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add slash to valid characters for packages
To allow it to download packes from taps, or external commands like caskroom/cask/brew-cask
This commit is contained in:
committed by
Matt Clay
parent
96fbe86f6a
commit
1780512ef5
@@ -116,6 +116,7 @@ class Homebrew(object):
|
||||
VALID_PACKAGE_CHARS = r'''
|
||||
\w # alphanumeric characters (i.e., [a-zA-Z0-9_])
|
||||
. # dots
|
||||
/ # slash (for taps)
|
||||
\+ # plusses
|
||||
- # dashes
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user