Skip to content

Commit 60f528f

Browse files
committed
doc: fix path issue in sticky module examples
1 parent d247a6a commit 60f528f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MIGRATING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ A modulefile is declared *sticky* by applying it the ``sticky`` tag with the
13381338

13391339
.. parsed-literal::
13401340
1341-
:ps:`$` cat mp/foo/.modulerc
1341+
:ps:`$` cat /path/to/modulefiles/foo/.modulerc
13421342
#%Module4.7
13431343
module-tag sticky foo/1.0
13441344
:ps:`$` ml
@@ -1363,7 +1363,7 @@ is forced. It can only be unloaded if the module reloads afterward.
13631363

13641364
.. parsed-literal::
13651365
1366-
:ps:`$` cat mp/bar/.modulerc
1366+
:ps:`$` cat /path/to/modulefiles/bar/.modulerc
13671367
#%Module4.7
13681368
module-tag super-sticky bar/1.0
13691369
:ps:`$` ml
@@ -1390,7 +1390,7 @@ super-sticky module can be swapped by another version of this same module:
13901390

13911391
.. parsed-literal::
13921392
1393-
:ps:`$` cat mp/baz/.modulerc
1393+
:ps:`$` cat /path/to/modulefiles/baz/.modulerc
13941394
#%Module4.7
13951395
module-tag sticky baz
13961396
:ps:`$` ml

0 commit comments

Comments
 (0)