Skip to content

Commit a7b0cf5

Browse files
committed
fix module load command
1 parent 1a69808 commit a7b0cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ if [[ ! -z "${EESSI_SITE_INSTALL}" && ! -z "${EESSI_SITE_SOFTWARE_PREFIX}" ]]; t
359359
module load EESSI/${EESSI_VERSION_BACKUP}
360360
# Use --ignore_cache in case the current build was the one that installed this EESSI-extend module
361361
echo "Loading EESSI-extend/${EESSI_VERSION}"
362-
module load --ignore_cache EESSI-extend/${EESSI_VERSION}-easybuild
362+
module --ignore_cache load EESSI-extend/${EESSI_VERSION}-easybuild
363363
echo "EASYBUILD_INSTALLPATH=${EASYBUILD_INSTALLPATH}"
364364
fi
365365

0 commit comments

Comments
 (0)