Skip to content
Snippets Groups Projects
Commit 4ce03b75 authored by Erik Schnetter's avatar Erik Schnetter
Browse files

Correct typo

parent 0ff059e3
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ function die { ...@@ -66,7 +66,7 @@ function die {
for param in $parameters; do for param in $parameters; do
if [[ -z ${!param} ]]; then if [[ -z ${!param} ]]; then
die "Spack compiler must be run from Apack! Input '$param' is missing." die "Spack compiler must be run from Spack! Input '$param' is missing."
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment