diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-05-15 13:54:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 13:54:52 +0200 |
commit | e33eafd34f524d8bea172a0aeebd30f3517b5696 (patch) | |
tree | 75b94c2ee4432e55ed8764d292ea5fc12d635474 | |
parent | e1344b5497e8f9af5c42020a4cf12e62d6112844 (diff) | |
download | spack-e33eafd34f524d8bea172a0aeebd30f3517b5696.tar.gz spack-e33eafd34f524d8bea172a0aeebd30f3517b5696.tar.bz2 spack-e33eafd34f524d8bea172a0aeebd30f3517b5696.tar.xz spack-e33eafd34f524d8bea172a0aeebd30f3517b5696.zip |
Bump tutorial command (#37674)
-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 f37d73ab8c..8db7689558 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/v0.19" +tutorial_branch = "releases/v0.20" tutorial_mirror = "file:///mirror" tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub") |