From e33eafd34f524d8bea172a0aeebd30f3517b5696 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 15 May 2023 13:54:52 +0200 Subject: [PATCH] Bump tutorial command (#37674) --- lib/spack/spack/cmd/tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/cmd/tutorial.py b/lib/spack/spack/cmd/tutorial.py index f37d73ab8c8..8db76895587 100644 --- a/lib/spack/spack/cmd/tutorial.py +++ b/lib/spack/spack/cmd/tutorial.py @@ -25,7 +25,7 @@ # tutorial configuration parameters -tutorial_branch = "releases/v0.19" +tutorial_branch = "releases/v0.20" tutorial_mirror = "file:///mirror" tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")