diff --git a/Documentation/check_licenses_test.sh b/Documentation/check_licenses_test.sh index a65a827115..52e27f22a3 100755 --- a/Documentation/check_licenses_test.sh +++ b/Documentation/check_licenses_test.sh @@ -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