Fix charts

This commit is contained in:
Ilya Laktyushin 2020-03-23 17:34:23 +04:00
parent 13cd7a2ab6
commit 7d7ccbee75
6 changed files with 22 additions and 21 deletions

View file

@ -17,7 +17,7 @@ prepare_build_variables () {
;;
esac
local BAZEL="/Users/ilya/bin/bazel"
local BAZEL="$(which bazel)"
if [ "$BAZEL" = "" ]; then
echo "bazel not found in PATH"
exit 1