Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Oct 10, 2023
1 parent 4225126 commit c2c1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install_go() {
}

# install brew-based tools
for tool in kubectl helm pre-commit go; do
for tool in kubectl helm chart-testing pre-commit go; do
install "$tool" brew
done

Expand Down

0 comments on commit c2c1d57

Please sign in to comment.