18F / laptop

DEPRECATED: A shell script which turns your Mac into an awesome web development machine.
https://github.com/18F/handbook/pull/2186
Other
316 stars 91 forks source link

Remove invalid option for brew tap #190

Closed cjhskippy closed 4 years ago

cjhskippy commented 4 years ago

Eliminates a warning triggered by the brew tap command being passed an argument of "-1". Note: this should result in the following lines working again, which will now uninstall caskroom/versions for anyone who already has it installed and reruns the script.

Someone with a little more familiarity than me could better judge whether we want to do that or whether we'd rather delete these lines:

if tap_is_installed 'caskroom/versions'; then
  brew untap caskroom/versions
fi