Bazel: Fix update instruction for license file
In recent Bazel versions, bazel-genfiles directory is replaced with bazel-bin directory. Adapt the instruction for updating the license file correspondingly. Change-Id: I07bf1d9c13e25b8befe8c16ddd708f6c00b1ed70
This commit is contained in:
parent
9a4011934f
commit
0257d38fa5
@ -8,7 +8,7 @@ for f in js_licenses licenses ; do
|
||||
echo "FAIL: ${f}.txt out of date"
|
||||
echo "to fix: "
|
||||
echo ""
|
||||
echo " cp bazel-genfiles/Documentation/${f}.gen.txt Documentation/${f}.txt"
|
||||
echo " cp bazel-bin/Documentation/${f}.gen.txt Documentation/${f}.txt"
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user