Fix case spelling for Lmod and Tcl (#36215)
This commit is contained in:

committed by
GitHub

parent
4ffdde94ef
commit
df97827a7b
@@ -83,5 +83,5 @@ unsetenv("{{ cmd.name }}")
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
{# In case the module needs to be extended with custom LUA code #}
|
||||
{# In case the module needs to be extended with custom Lua code #}
|
||||
{% endblock %}
|
||||
|
@@ -78,5 +78,5 @@ unsetenv {{ cmd.name }}
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
{# In case the module needs to be extended with custom TCL code #}
|
||||
{# In case the module needs to be extended with custom Tcl code #}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user