Skip to content

Commit e71d2c8

Browse files
authored
Apply suggestions from code review
Co-authored-by: ocaisa <alan.ocais@cecam.org>
1 parent 87a850e commit e71d2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/lmod/bash

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)