diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-10-12 08:31:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 08:31:48 +0200 |
commit | 7efbd7d8eb489db3c7d23661f58551eba03372dd (patch) | |
tree | 118c4e3d7a30b6b5f909f3beadd38d3ebe8b93c3 /lib | |
parent | bd5705b2a8fcd7f2408080959df08afda88e7332 (diff) | |
download | spack-7efbd7d8eb489db3c7d23661f58551eba03372dd.tar.gz spack-7efbd7d8eb489db3c7d23661f58551eba03372dd.tar.bz2 spack-7efbd7d8eb489db3c7d23661f58551eba03372dd.tar.xz spack-7efbd7d8eb489db3c7d23661f58551eba03372dd.zip |
Fix typo in docs (#33182)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst index a7d860510a..d174a45468 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -38,7 +38,7 @@ A build matrix showing which packages are working on which systems is shown belo .. tab-item:: RHEL - .. note:: + .. code-block:: console yum update -y yum install -y epel-release |