We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5412e commit 1542ad0Copy full SHA for 1542ad0
internal/buildscripts/compare-apidiff.sh
@@ -14,7 +14,7 @@ usage() {
14
package=""
15
input_dir="./internal/data/apidiff"
16
check_only=false
17
-apidiff_cmd="$(dirname $(realpath ${BASH_SOURCE:-$0}))/../../.tools/apidiff"
+apidiff_cmd="$(git rev-parse --show-toplevel)/.tools/apidiff"
18
19
while getopts "cp:d:" o; do
20
case "${o}" in
internal/buildscripts/gen-apidiff.sh
dry_run=false
output_dir="./internal/data/apidiff"
while getopts "dp:o:" o; do
0 commit comments