diff options
author | Greg Becker <becker33@llnl.gov> | 2022-05-27 19:36:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 02:36:20 +0000 |
commit | 4116b043688bc20a54926ad346bc8843372771c2 (patch) | |
tree | d79badfd5206269271f3a6233b885b1b6f30f79e /lib | |
parent | 1485931695d18c138236448b39da9839a7eaf007 (diff) | |
download | spack-4116b043688bc20a54926ad346bc8843372771c2.tar.gz spack-4116b043688bc20a54926ad346bc8843372771c2.tar.bz2 spack-4116b043688bc20a54926ad346bc8843372771c2.tar.xz spack-4116b043688bc20a54926ad346bc8843372771c2.zip |
update tutorial command for v0.18.0 and new gpg key (#30904)
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 d118e624d1..c1ad9742e5 100644 --- a/lib/spack/spack/cmd/tutorial.py +++ b/lib/spack/spack/cmd/tutorial.py @@ -24,7 +24,7 @@ level = "long" # tutorial configuration parameters -tutorial_branch = "releases/v0.17" +tutorial_branch = "releases/v0.18" tutorial_mirror = "file:///mirror" tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub") |