Skip to content

Commit d0af036

Browse files
authored
Follow-up fix for CEL Common Expression Language dependency (#361)
Signed-off-by: rulex123 <[email protected]>
1 parent 1e20545 commit d0af036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update-api.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mkdir -p "${protodir}/opentelemetry/proto"
6565
cp -r opentelemetry-proto-*/opentelemetry/proto/* "${protodir}/opentelemetry/proto"
6666

6767
curl -sL https://github.com/google/cel-spec/archive/v${CEL_VERSION}.tar.gz | tar xz --wildcards '*.proto'
68-
mkdir -p "${protodir}/cel-spec"
69-
cp -r cel-spec-*/proto/* "${protodir}/cel-spec"
68+
mkdir -p "${protodir}/cel/expr"
69+
cp -r cel-spec-*/proto/cel/expr/* "${protodir}/cel/expr"
7070

7171
popd >/dev/null

0 commit comments

Comments
 (0)