summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas-Ulrich <ulrich@geophysik.uni-muenchen.de>2023-11-03 09:56:13 +0100
committerGitHub <noreply@github.com>2023-11-03 09:56:13 +0100
commita5e6097af7c77e1a48d835d1c19ba20bfb302de4 (patch)
tree825a7d72a004ab69142b3c2a93a983fcc8bba315 /lib
parentd4a1618e0716fbe857dc15b705d038827d476d29 (diff)
downloadspack-a5e6097af7c77e1a48d835d1c19ba20bfb302de4.tar.gz
spack-a5e6097af7c77e1a48d835d1c19ba20bfb302de4.tar.bz2
spack-a5e6097af7c77e1a48d835d1c19ba20bfb302de4.tar.xz
spack-a5e6097af7c77e1a48d835d1c19ba20bfb302de4.zip
fix typo in packaging guide (#40853)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/packaging_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst
index 839f3b7c6f..3b05ce8932 100644
--- a/lib/spack/docs/packaging_guide.rst
+++ b/lib/spack/docs/packaging_guide.rst
@@ -2352,7 +2352,7 @@ the following at the command line of a bash shell:
.. code-block:: console
- $ for i in {1..12}; do nohup spack install -j 4 mpich@3.3.2 >> mpich_install.txt 2>&1 &; done
+ $ for i in {1..12}; do nohup spack install -j 4 mpich@3.3.2 >> mpich_install.txt 2>&1 & done
.. note::