Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix #181
Browse files Browse the repository at this point in the history
case sensitive for brew tap
  • Loading branch information
jnoleau committed Apr 6, 2016
1 parent dc391ad commit e480d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-osx-dev
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ function install_dependencies {
brew_update

log_info "Setting up Cask"
if ! brew tap Caskroom/cask; then
if ! brew tap caskroom/cask; then
log_error "Failed to set up Cask. Check the log output above for reasons."
exit 1
fi
Expand Down

0 comments on commit e480d3d

Please sign in to comment.