Skip to content

Commit

Permalink
fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 6, 2024
1 parent a8baf5b commit c024380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/lmod/fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set EESSI_CVMFS_REPO (set -q EESSI_CVMFS_REPO; and echo "$EESSI_CVMFS_REPO"; or
# Choose an EESSI version
set EESSI_VERSION (set -q EESSI_VERSION; and echo "$EESSI_VERSION"; or echo "2023.06")
# Path to top-level module tree
set -x MODULEPATH MODULEPATH="$EESSI_CVMFS_REPO"/versions/"$EESSI_VERSION"/init/modules
set -x MODULEPATH "$EESSI_CVMFS_REPO"/versions/"$EESSI_VERSION"/init/modules
. "$EESSI_CVMFS_REPO"/versions/"$EESSI_VERSION"/compat/linux/(uname -m)/usr/share/Lmod/init/fish

if test -z "$__Init_Default_Modules"
Expand Down

0 comments on commit c024380

Please sign in to comment.