Skip to content

Commit 186390b

Browse files
committed
Wrong syntax for Lua
1 parent f488c6e commit 186390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ end
177177
load_message = "Module for EESSI/" .. eessi_version .. " loaded successfully"
178178
if os.getenv("EESSI_MODULE_STICKY") then
179179
add_property("lmod","sticky")
180-
load_message += " (requires '--force' option to unload or purge)"
180+
load_message = load_message .. " (requires '--force' option to unload or purge)"
181181
end
182182

183183
if mode() == "load" then

0 commit comments

Comments
 (0)