Update the tutorial command to point to releases/v0.22 (#44056)

This commit is contained in:
Massimiliano Culpo 2024-05-07 17:56:29 +02:00 committed by GitHub
parent f7afd67a26
commit 05c1e7ecc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
# 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")