summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAshwin Kumar Karnad <46030335+iamashwin99@users.noreply.github.com>2023-07-24 15:09:34 +0200
committerGitHub <noreply@github.com>2023-07-24 15:09:34 +0200
commit399271832b57810c8d3af73f9fe20b56cd36c983 (patch)
tree6d318314b228623747bc9d72e2157a04379e8a7b /lib
parent4bcceddba994a73287cab863467369a08906308e (diff)
downloadspack-399271832b57810c8d3af73f9fe20b56cd36c983.tar.gz
spack-399271832b57810c8d3af73f9fe20b56cd36c983.tar.bz2
spack-399271832b57810c8d3af73f9fe20b56cd36c983.tar.xz
spack-399271832b57810c8d3af73f9fe20b56cd36c983.zip
Fix typo: binary_caches.rst (#39064)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/binary_caches.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/binary_caches.rst b/lib/spack/docs/binary_caches.rst
index 0c753116b4..280d957c08 100644
--- a/lib/spack/docs/binary_caches.rst
+++ b/lib/spack/docs/binary_caches.rst
@@ -143,7 +143,7 @@ and then install from it exclusively, you would do:
$ spack mirror add E4S https://cache.e4s.io
$ spack buildcache keys --install --trust
- $ spack install --use-buildache only <package>
+ $ spack install --use-buildcache only <package>
We use ``--install`` and ``--trust`` to say that we are installing keys to our
keyring, and trusting all downloaded keys.