From 45312978793464a0339b5c4c023ae8410d825434 Mon Sep 17 00:00:00 2001 From: LaBoulange Date: Wed, 19 Jun 2024 13:49:18 +0200 Subject: [PATCH] tezos-constants.sh: minor --- usr/local/bin/tezos-constants.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/tezos-constants.sh b/usr/local/bin/tezos-constants.sh index 97300ef..ea693bd 100755 --- a/usr/local/bin/tezos-constants.sh +++ b/usr/local/bin/tezos-constants.sh @@ -13,7 +13,7 @@ case "$BAKER_ARCH" in ;; esac -export PROTOCOL="PsParisC" +export PROTOCOL="PsParisC" export PROTOCOL_FORMER="PtParisB" export OCTEZ_DOWNLOAD_URL="https://gitlab.com/tezos/tezos/-/package_files/${GITLAB_PACKAGE_ID}/download"