Skip to content

Commit

Permalink
switch to go-jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
harjotgill committed Jun 28, 2023
1 parent 0712e0d commit 90261cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sw/bin/executable_sync_brews.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if [[ $OSTYPE == 'darwin'* ]]; then
brew tap homebrew/cask-fonts
fi

# check whether jsonnet is installed via brew, uninstall it
if [ -n "$(brew ls --versions jsonnet)" ]; then
brew uninstall --force jsonnet
fi

revolver update 'Updating existing brews...'

# Update homebrew recipes
Expand Down Expand Up @@ -65,7 +70,7 @@ PACKAGES+=(
bottom
helm
helmfile
jsonnet
go-jsonnet
jsonnet-bundler
tanka
sops
Expand Down

0 comments on commit 90261cf

Please sign in to comment.