summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2022-11-12 13:29:38 -0800
committerGitHub <noreply@github.com>2022-11-12 13:29:38 -0800
commit4ebe57cd64f2fbf7b83cbea1ffb5baad6b0f72e4 (patch)
tree05b25c4a83f7304a1fdec344f3a26f34d4f39ae3
parent343cd04a5425a910d8e2c700411929b4c5d1e368 (diff)
downloadspack-4ebe57cd64f2fbf7b83cbea1ffb5baad6b0f72e4.tar.gz
spack-4ebe57cd64f2fbf7b83cbea1ffb5baad6b0f72e4.tar.bz2
spack-4ebe57cd64f2fbf7b83cbea1ffb5baad6b0f72e4.tar.xz
spack-4ebe57cd64f2fbf7b83cbea1ffb5baad6b0f72e4.zip
update tutorial command to newest release branch (#33867)
-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 cdf0690ec5..9e8c8946e7 100644
--- a/lib/spack/spack/cmd/tutorial.py
+++ b/lib/spack/spack/cmd/tutorial.py
@@ -25,7 +25,7 @@ level = "long"
# tutorial configuration parameters
-tutorial_branch = "releases/v%s" % ".".join(str(v) for v in spack.spack_version_info[:2])
+tutorial_branch = "releases/v0.19"
tutorial_mirror = "file:///mirror"
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")