Skip to content

Commit a38f43c

Browse files
authored
fix: spack config get output (#474)
1 parent 711636b commit a38f43c

1 file changed

Lines changed: 1 addition & 1 deletion

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-get-1 "spack config get | head -12"
94+
example environments/config-get-1 'cat "$(spack location -e)/spack.yaml"'
9595

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

0 commit comments

Comments
 (0)