Skip to content

Commit

Permalink
chore(dev): fix missing brew tap in bootstrap-osx
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Dec 11, 2018
1 parent 89d2166 commit c37bb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/bootstrap-osx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
BREW_DEPS="jq cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config faas-cli dep git-chglog"

brew update
brew tap git-chglog/git-chglog
brew install ${BREW_DEPS}
brew upgrade ${BREW_DEPS}

Expand Down

0 comments on commit c37bb6b

Please sign in to comment.