Skip to content

Commit

Permalink
fix(scripts): Add jq dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
drubin committed Oct 30, 2018
1 parent ae9f9e4 commit 29da4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bootstrap-osx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config faas-cli dep git-chglog"
BREW_DEPS="jq cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config faas-cli dep git-chglog"

brew update
brew install ${BREW_DEPS}
Expand Down

0 comments on commit 29da4e2

Please sign in to comment.