Skip to content

Commit 344b23e

Browse files
committed
undo changes to output to get docs to build?
1 parent 7b5f367 commit 344b23e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

outputs/environments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ example --tee environments/env-swap-1 "spack env activate myproject"
9191
spack env activate myproject
9292
example environments/env-swap-1 "spack find"
9393

94-
example environments/config-edit-1 'cat "$(spack location -e)/spack.yaml"'
94+
example environments/config-get-1 "spack config get"
9595

9696
# The file is edited by hand here
9797
# We mock that by using `spack config add`

tutorial_environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ We can customize the selection of the ``mpi`` provider using `concretization pre
274274

275275
Let's start by examining our environment's configuration using ``spack config edit``:
276276

277-
.. literalinclude:: outputs/environments/config-edit-1.out
277+
.. literalinclude:: outputs/environments/config-get-1.out
278278
:emphasize-lines: 8-13
279279

280280
The output shows the special ``spack.yaml`` configuration file that Spack uses to store environment configurations.

0 commit comments

Comments
 (0)