Skip to content

Commit

Permalink
Merge pull request #696 from EESSI/ocaisa-patch-1
Browse files Browse the repository at this point in the history
Fix typo in `create_lmodsitepackage.py`
  • Loading branch information
boegel authored Sep 10, 2024
2 parents 66219a9 + 74a3713 commit 5fb6e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_lmodsitepackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-- If EESSI_PREFIX wasn't defined, we cannot check if this module was from the EESSI environment
-- In that case, we assume it isn't, otherwise EESSI_PREFIX would (probably) have been set
if eessi_prefix == nil then
return False
return false
else
-- NOTE: exact paths for site so may need to be updated later.
-- See https://github.com/EESSI/software-layer/pull/371
Expand Down

0 comments on commit 5fb6e0f

Please sign in to comment.