Skip to content

Commit 448d9e0

Browse files
author
Caspar van Leeuwen
committed
Fix typo
1 parent ecfd373 commit 448d9e0

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
@@ -130,7 +130,7 @@
130130
131131
-- get the host_injections path, and add only the EESSI_CPU_FAMILY at the end
132132
local strip_suffix = os.getenv('EESSI_VERSION') .. "/software/" .. os.getenv('EESSI_OS_TYPE') .. "/"
133-
strip_suffix = strip_suffix .. "os.getenv('EESSI_SOFTWARE_SUBDIR')
133+
strip_suffix = strip_suffix .. os.getenv('EESSI_SOFTWARE_SUBDIR')
134134
local hostInjections = string.gsub(os.getenv('EESSI_SOFTWARE_PATH') or "", strip_suffix, os.getenv('EESSI_CPU_FAMILY'))
135135
136136
-- build final path where the software should be installed

0 commit comments

Comments
 (0)