fix typo in packaging guide (#40853)

This commit is contained in:
Thomas-Ulrich 2023-11-03 09:56:13 +01:00 committed by GitHub
parent d4a1618e07
commit a5e6097af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2352,7 +2352,7 @@ the following at the command line of a bash shell:
.. code-block:: console .. 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:: .. note::