We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711636b commit a38f43cCopy full SHA for a38f43c
1 file changed
outputs/environments.sh
@@ -91,7 +91,7 @@ example --tee environments/env-swap-1 "spack env activate myproject"
91
spack env activate myproject
92
example environments/env-swap-1 "spack find"
93
94
-example environments/config-get-1 "spack config get | head -12"
+example environments/config-get-1 'cat "$(spack location -e)/spack.yaml"'
95
96
# The file is edited by hand here
97
# We mock that by using `spack config add`
0 commit comments