Skip to content

Commit 0afa994

Browse files
committed
Fix the original problem!
1 parent b8c6600 commit 0afa994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ done
228228
sed_update_if_changed "s@/<EESSI_VERSION>/@/${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/modules/EESSI/${EESSI_VERSION}.lua
229229

230230
# replace EESSI version used in EasyBuild hooks
231-
sed_update_if_changed "s@/<EESSI_VERSION>/@/${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/easybuild/eb_hooks.py
231+
sed_update_if_changed "s@/eessi-<EESSI_VERSION>/@/eessi-${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/easybuild/eb_hooks.py

0 commit comments

Comments
 (0)