From cb5c6b63beb493f3c50162a36c21b1cc4f8ccf66 Mon Sep 17 00:00:00 2001 From: Kenny Foner Date: Wed, 4 May 2022 16:39:56 -0400 Subject: [PATCH] Update tag name in guide --- docs/guide/src/pcli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/src/pcli/install.md b/docs/guide/src/pcli/install.md index 61aae526cf..df5271876b 100644 --- a/docs/guide/src/pcli/install.md +++ b/docs/guide/src/pcli/install.md @@ -40,7 +40,7 @@ To build the version of `pcli` compatible with the current testnet, check out th the current test net: ```bash -cd penumbra && git checkout 011-sponde && cargo update +cd penumbra && git checkout 012-kale && cargo update ``` ### Building the `pcli` client software