Skip to content

Commit b41e221

Browse files
committed
Corrected wrong termination of code block.
1 parent 5add9f9 commit b41e221

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/2022-CSC_and_LO/2_Using/2_02_creating_easyconfig_files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,8 @@ You can leverage the `eb-tutorial` easyconfig file we have composed in the examp
10601060
directory. As on LUMI the repository is in the search path we can actually copy
10611061
the file back to the current directory:
10621062
```
1063-
eb --copy-ec eb-tutorial-1.1.0-cpeCray-21.12. ```
1063+
eb --copy-ec eb-tutorial-1.1.0-cpeCray-21.12.
1064+
```
10641065
Some of the formatting is lost though and the checksum is still missing, so you may want
10651066
to do some cleaning up.
10661067
```

0 commit comments

Comments
 (0)