Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 3, 2019
1 parent 6456648 commit 3c2c5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install-brew-applications.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ function installBrewPackage()
header "INSTALLING CASK PACKAGE ${packageNameForHeader}"

brew "${packageType}" reinstall --force "${packageName}"
displayVersion "$(brew "${packageType}" list --versions "${packageName}")" "${packageName}"
displayVersion "$(brew "${packageType}" list --versions "${packageName}")" "${packageNameForHeader}"
else
header "INSTALLING BREW PACKAGE ${packageNameForHeader}"

brew reinstall "${packageName}"
displayVersion "$(brew list --versions "${packageName}")" "${packageName}"
displayVersion "$(brew list --versions "${packageName}")" "${packageNameForHeader}"
fi

# Post Install
Expand Down

0 comments on commit 3c2c5ca

Please sign in to comment.