Skip to content

Commit 612f07b

Browse files
committed
Try using shorthand instead of $HOME variable
1 parent a63f82f commit 612f07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs/stacks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ example --tee stacks/modules-1 "module --version"
9191

9292
cat "$project/stacks/examples/8.spack.stack.yaml" > ~/stacks/spack.yaml
9393
spack module lmod refresh -y
94-
module use "$HOME/stacks/modules/*/Core"
94+
module use "~/stacks/modules/*/Core"
9595

9696
example --tee stacks/modules-2 "module av"
9797

0 commit comments

Comments
 (0)