We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd27043 commit 6a71789Copy full SHA for 6a71789
prometheus-metrics-exposition-formats/generate-protobuf.sh
@@ -35,6 +35,7 @@ GENERATED_WITH=$(grep -oP '\/\/ Protobuf Java Version: \K.*' "$TARGET_DIR/${PACK
35
if [[ $GENERATED_WITH != "$PROTOBUF_VERSION" ]]; then
36
echo "Generated protobuf sources version $GENERATED_WITH does not match provided version $PROTOBUF_VERSION"
37
echo "Please update the protoc version .tool-versions to the latest version of https://github.com/protocolbuffers/protobuf/releases"
38
+ echo "Please use https://github.com/asdf-vm/asdf - this will use the version specified in .tool-versions"
39
exit 1
40
fi
41
0 commit comments