diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-07-27 16:56:01 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-07-27 09:56:01 -0500 |
commit | 1fd9574353be26b1ee76669967c67796fdeb7fc4 (patch) | |
tree | e159a9b9dcbdec193ac70ca55326e64c77d84b62 /lib | |
parent | d02c4bbd9a0574f67f7c24c79df89a73422df15c (diff) | |
download | spack-1fd9574353be26b1ee76669967c67796fdeb7fc4.tar.gz spack-1fd9574353be26b1ee76669967c67796fdeb7fc4.tar.bz2 spack-1fd9574353be26b1ee76669967c67796fdeb7fc4.tar.xz spack-1fd9574353be26b1ee76669967c67796fdeb7fc4.zip |
Fixed a typo in the docs (the docker image to pull was wrong) (#8814)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/tutorial_modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/tutorial_modules.rst b/lib/spack/docs/tutorial_modules.rst index 6175479f35..f51f20f80c 100644 --- a/lib/spack/docs/tutorial_modules.rst +++ b/lib/spack/docs/tutorial_modules.rst @@ -165,7 +165,7 @@ The fastest way to set-up your environment is to :ref:`use a Docker image <workf .. code-block:: console - $ docker pull alalazo/spack:module_tutorial + $ docker pull spack/module-tutorial:latest $ docker run --rm -h module-file-tutorial -it spack/module-tutorial:latest root@module-file-tutorial:/# |