atomantic / dotfiles

🖥️ Automated Configuration, Preferences and Software Installation for macOS
ISC License
1.33k stars 456 forks source link

Potential typo in require_brew() function #65

Closed mrk-han closed 2 years ago

mrk-han commented 4 years ago

https://github.com/atomantic/dotfiles/blob/817dfb3a6539c2e47d89d92d8fd5c9134f40c34f/lib_sh/requirers.sh#L26

Is this supposed to read || true ?

See: https://github.com/koalaman/shellcheck/wiki/SC2216