Skip to content

Commit 56bfd45

Browse files
author
Caspar van Leeuwen
committed
Fixed more issues
1 parent 2b03950 commit 56bfd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_lmodsitepackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
advice = advice .. "can find it.\\n"
143143
advice = advice .. "Note that a full copy is installed at " .. previousHostInjections .. "/software/" .. t.modFullName .. ". "
144144
advice = advice .. "However, EESSI now expects it in a different location, namely at "
145-
advice = advice .. hostInjections .. "/software/" .. t.modFullName "."
145+
advice = advice .. hostInjections .. "/software/" .. t.modFullName .. "."
146146
advice = advice .. "Please re-install the package at the new location."
147147
advice = advice .. refer_to_docs
148148
elseif not packageDirExists then

0 commit comments

Comments
 (0)