Skip to content

Commit f58004e

Browse files
odoublewentgamblin
authored andcommitted
fix spack env loads example (spack#14558)
1 parent 6ab2c3c commit f58004e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/spack/docs/environments.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,12 @@ the Environment.
382382
Loading
383383
^^^^^^^
384384

385-
Once an environment has been installed, the following creates a load script for it:
385+
Once an environment has been installed, the following creates a load
386+
script for it:
386387

387388
.. code-block:: console
388389
389-
$ spack env myenv loads -r
390+
$ spack env loads -r
390391
391392
This creates a file called ``loads`` in the environment directory.
392393
Sourcing that file in Bash will make the environment available to the

0 commit comments

Comments
 (0)