diff options
author | Justin Cook <jcook@cray.com> | 2017-04-04 06:50:44 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-04-04 06:50:44 -0500 |
commit | 508c96d04661dfc7139fd76cf9e4da61777a7c15 (patch) | |
tree | f2e8c55d508cb1f9082c60626cf1a7fd706374a6 /lib | |
parent | d6a28a7401690d692ad1a24f1df2cecd6170e978 (diff) | |
download | spack-508c96d04661dfc7139fd76cf9e4da61777a7c15.tar.gz spack-508c96d04661dfc7139fd76cf9e4da61777a7c15.tar.bz2 spack-508c96d04661dfc7139fd76cf9e4da61777a7c15.tar.xz spack-508c96d04661dfc7139fd76cf9e4da61777a7c15.zip |
Update getting_started.rst (#3685)
Fixed typo referring to .bashrc file
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 2460f7e54d..971d42cea0 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -774,7 +774,7 @@ This problem is related to OpenSSL, and in some cases might be solved by installing a new version of ``git`` and ``openssl``: #. Run ``spack install git`` -#. Add the output of ``spack module loads git`` to your ``.bahsrc``. +#. Add the output of ``spack module loads git`` to your ``.bashrc``. If this doesn't work, it is also possible to disable checking of SSL certificates by using: |