From 441e5f1c0e54efb6ff8fbe1531cd77ff00ea2465 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Wed, 22 Mar 2023 17:22:13 +0100
Subject: [PATCH] Remove typo.

---
 platforms/common/spack_utils.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/common/spack_utils.sh b/platforms/common/spack_utils.sh
index 17431cc..e870f7f 100644
--- a/platforms/common/spack_utils.sh
+++ b/platforms/common/spack_utils.sh
@@ -4,7 +4,7 @@ if [ ! -e ${SPACK_ROOT} ]; then
   git clone ${SPACK_URL} -b ${SPACK_BRANCH} ${SPACK_ROOT}
 fi
 
-_init_spack ${}
+_init_spack
 
 if [[ $(spack compiler info ${SPACK_COMPILER}) ]]; then
   echo "Found Compiler $(spack compiler info ${SPACK_COMPILER})"
-- 
GitLab