Skip to content

Commit

Permalink
Nicer message when things go wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Oct 10, 2023
1 parent b69587b commit a8e26b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ check_go_binary_version() {

if [ "$expected_version" != "$actual_version" ]; then
echo "$YELLOW_FG[WARNING]$END_FG_COLOR $binary_name version mismatch, expected $expected_version, but got $actual_version"
echo "Use 'install_buildtools.sh' to fix."
fi
}

Expand Down

0 comments on commit a8e26b4

Please sign in to comment.