Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
fix brew update procedure. props @mmcachran
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Dec 15, 2014
1 parent 823e6f6 commit c4c3713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vv
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function install_update () {
function update_vv () {
if [[ $installed_with_brew = "true" ]]; then
info "Updating vv via Brew..."
brew cleanup
brew reinstall vv
else
info "Updating vv..."
Expand Down

0 comments on commit c4c3713

Please sign in to comment.