Skip to content

Commit e68268a

Browse files
committed
Merge branch 'lmod_init_tweaks' of github.com:ocaisa/software-layer-scripts into lmod_init_tweaks
2 parents a5f278d + e71d2c8 commit e68268a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • init/lmod

init/lmod/sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EESSI_VERSION_DEFAULT="${__EESSI_VERSION_USED_FOR_INIT:-__EESSI_VERSION_DEFAULT_
5252
if [ -z "$__Init_EESSI_Default_Modules" ]; then
5353
EESSI_VERSION="${EESSI_VERSION:-${EESSI_VERSION_DEFAULT}}"
5454
else
55-
# If we have already initiaised and this is being called again, then we must want the specific version
55+
# If we have already initialised and this is being called again, then we must want the specific version
5656
EESSI_VERSION="__EESSI_VERSION_DEFAULT__"
5757
fi
5858
# On the first run we want to record the EESSI version used for init as an environment variable so that if a different

0 commit comments

Comments
 (0)