diff options
author | Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de> | 2021-10-20 13:11:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 11:11:17 +0000 |
commit | 26b58701bce224c432e85a5a91dbdcd047cc4251 (patch) | |
tree | e07db6e687a1bdb3850154b974c81dfe2119275d /lib | |
parent | 42a6e1fcee81aa31a58023d6b44c1a8b01e73500 (diff) | |
download | spack-26b58701bce224c432e85a5a91dbdcd047cc4251.tar.gz spack-26b58701bce224c432e85a5a91dbdcd047cc4251.tar.bz2 spack-26b58701bce224c432e85a5a91dbdcd047cc4251.tar.xz spack-26b58701bce224c432e85a5a91dbdcd047cc4251.zip |
Fix typo in repositories.rst (#26845)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/repositories.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/repositories.rst b/lib/spack/docs/repositories.rst index 3368c26a28..06f263f6df 100644 --- a/lib/spack/docs/repositories.rst +++ b/lib/spack/docs/repositories.rst @@ -335,7 +335,7 @@ merged YAML from all configuration files, use ``spack config get repos``: - ~/myrepo - $spack/var/spack/repos/builtin -mNote that, unlike ``spack repo list``, this does not include the +Note that, unlike ``spack repo list``, this does not include the namespace, which is read from each repo's ``repo.yaml``. ^^^^^^^^^^^^^^^^^^^^^ |