Skip to content

Commit 93844c1

Browse files
authored
Fix cloned path in breaking task check (#3115)
1 parent cb6950b commit 93844c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/breaking.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf "${d}"
2525

2626
cwd="${PWD}"
2727
pushd "${d}" > /dev/null || exit
28-
git clone "${cwd}" -q -b "${branch}" > /dev/null
28+
git clone "${cwd}" -q -b "${branch}" api > /dev/null
2929
cd api
3030
buf build -o proto.bin
3131
popd > /dev/null|| exit

0 commit comments

Comments
 (0)