Skip to content

Commit 44bdbad

Browse files
committed
Cite 'Environment Modules' with the accurate char. case
1 parent 5fdb424 commit 44bdbad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt-get install lua5.2 liblua5.2-dev lua-filesystem lua-posix tcl tcl-dev
1919
20-
- name: Install environment modules
20+
- name: Install Environment Modules
2121
if: ${{ matrix.module == 'tcl' }}
2222
run: |
2323
curl -LJO https://github.com/cea-hpc/modules/releases/download/v4.7.1/modules-4.7.1.tar.gz

docs/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and interacting with your modules.
9494
Environment Modules
9595
-------------------
9696

97-
If you are using `environment modules (tcl) <http://modules.sourceforge.net/>`_
97+
If you are using `Environment Modules (tcl) <http://modules.sourceforge.net/>`_
9898
and you find that your aliases do not expand, you can use `shopt <https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html>`_ to fix this issue:
9999

100100
.. code-block:: console

docs/getting_started/user-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ then install a container:
5959
$ shpc install python
6060
6161
Add the modules folder to your lmod (you can run this in a bash profile or
62-
manually, and note that if you want to use environment modules, you need to add
62+
manually, and note that if you want to use Environment Modules, you need to add
6363
``--module-sys tcl``).
6464

6565

shpc/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ container_tech: singularity
1616
# Registry Recipes (currently we support just one path)
1717
registry: $root_dir/registry
1818

19-
# Lmod or environment module settings
19+
# Lmod or Environment Modules settings
2020
# The install directory for modules. Defaults to the install directory/modules
2121
module_base: $root_dir/modules
2222

0 commit comments

Comments
 (0)