From 897ee354659d5459f77d315710c7d068fa6b4439 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Sun, 8 Sep 2024 17:40:52 -0500 Subject: [PATCH] Fix bug in specifying directories in .modulespath in docs --- docs/source/030_installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/030_installing.rst b/docs/source/030_installing.rst index 00b52f42d..d908bea75 100644 --- a/docs/source/030_installing.rst +++ b/docs/source/030_installing.rst @@ -284,7 +284,7 @@ specify where the .modulespath file is located in order of priority: The format of this file is:: # comments are allowed as well as wildcards - /apps/modulefiles/\* + /apps/modulefiles/* /apps/other_modulefiles If this file exists then MODULEPATH_ROOT method is not used.