diff --git a/scripts/breaking.sh b/scripts/breaking.sh index d589815b6fd..e627f02875e 100755 --- a/scripts/breaking.sh +++ b/scripts/breaking.sh @@ -25,7 +25,7 @@ rm -rf "${d}" cwd="${PWD}" pushd "${d}" > /dev/null || exit -git clone "${cwd}" -q -b "${branch}" > /dev/null +git clone "${cwd}" -q -b "${branch}" api > /dev/null cd api buf build -o proto.bin popd > /dev/null|| exit