You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix brew casks fact for non-mac platforms
This command contains a bashism which causes parsing errors for some shells (for example dash as included in raspbian).
POSIX test doesn't include any pattern matching, so fall back on grep as the next best thing.
tested against both a mac (running bigsur) and an rpi (running raspbian)
* Update cask fact test command.
Co-authored-by: Nick Barrett <[email protected]>
0 commit comments