mirror of https://github.com/grpc/grpc-java.git
buildscript: fix execution path of xds.sh in xds_v3.sh
This commit is contained in:
parent
a857b5c911
commit
150f994315
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
XDS_V3_OPT="--xds_v3_support" xds.sh
|
||||
XDS_V3_OPT="--xds_v3_support" `dirname $0`/xds.sh
|
||||
|
|
Loading…
Reference in New Issue