mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00:00
Fix for error trying to install cask with '@' in the name (#763)
* Fix for casks with @ in the name * Add changelog fragment * Update changelogs/fragments/homebrew-cask-at-symbol-fix.yaml Period required at the end of changelog entry Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Use double backticks Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
@@ -186,6 +186,7 @@ class HomebrewCask(object):
|
||||
. # dots
|
||||
/ # slash (for taps)
|
||||
- # dashes
|
||||
@ # at symbol
|
||||
'''
|
||||
|
||||
INVALID_PATH_REGEX = _create_regex_group(VALID_PATH_CHARS)
|
||||
|
||||
Reference in New Issue
Block a user