diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-05-07 17:56:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 17:56:29 +0200 |
commit | 05c1e7ecc22b873c3e534aef45774c88521fe7b3 (patch) | |
tree | 048b27c77b60110da72a7895b8a7ac4db5390b20 /lib | |
parent | f7afd67a266be82d426ce3a6d80e7a7c7500d122 (diff) | |
download | spack-05c1e7ecc22b873c3e534aef45774c88521fe7b3.tar.gz spack-05c1e7ecc22b873c3e534aef45774c88521fe7b3.tar.bz2 spack-05c1e7ecc22b873c3e534aef45774c88521fe7b3.tar.xz spack-05c1e7ecc22b873c3e534aef45774c88521fe7b3.zip |
Update the tutorial command to point to releases/v0.22 (#44056)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/tutorial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/tutorial.py b/lib/spack/spack/cmd/tutorial.py index e0c49c831d..3dd7746f81 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.21" +tutorial_branch = "releases/v0.22" tutorial_mirror = "file:///mirror" tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub") |