1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-31 18:07:17 +02:00
pomerium/scripts/protoc-gen-validate
Caleb Doxsey 3051ad77e0
protoc: add xds repo ()
* protoc: add xds repo

* fix protoc-gen-validate dependency
2021-10-19 14:36:23 -06:00

3 lines
89 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
exec go run github.com/envoyproxy/protoc-gen-validate "$@"