From a8135999011daa317022d22da48fa5b5dcf81629 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Thu, 11 Apr 2024 12:24:38 +0200 Subject: [PATCH] Fix CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3421534..4851153 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,14 +21,14 @@ git submodule update --init --recursive ``` -# Upgrade the substrait submodule +# Upgrade the substrait protocol definition ## a) Use the upgrade script Run the upgrade script to upgrade the submodule and regenerate the protobuf stubs. ``` -./upgrade.sh +./update_proto.sh ``` ## b) Manual upgrade