summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-11-07 17:59:48 +0100
committerGitHub <noreply@github.com>2023-11-07 16:59:48 +0000
commit32f319157db370b42585ce04d5b4257340435429 (patch)
tree0b6610fb16a6546f875dce9c561585a01c90a0ed /lib
parent75dfad8788f518e740a7e2fb80aabc1db61dd403 (diff)
downloadspack-32f319157db370b42585ce04d5b4257340435429.tar.gz
spack-32f319157db370b42585ce04d5b4257340435429.tar.bz2
spack-32f319157db370b42585ce04d5b4257340435429.tar.xz
spack-32f319157db370b42585ce04d5b4257340435429.zip
Update the branch for the tutorial command (#40934)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/tutorial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/tutorial.py b/lib/spack/spack/cmd/tutorial.py
index a07824f922..5759912b66 100644
--- a/lib/spack/spack/cmd/tutorial.py
+++ b/lib/spack/spack/cmd/tutorial.py
@@ -23,7 +23,7 @@ level = "long"
# tutorial configuration parameters
-tutorial_branch = "releases/v0.20"
+tutorial_branch = "releases/v0.21"
tutorial_mirror = "file:///mirror"
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")