Skip to content

Commit ae97ad7

Browse files
committed
Update run.md
1 parent f80f33e commit ae97ad7

File tree

1 file changed

+2
-2
lines changed
  • docs/software/container-engine

1 file changed

+2
-2
lines changed

docs/software/container-engine/run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ There are three ways to do so:
1212
2. **Through a relative path**: a path relative from the current working directory (i.e., where the Slurm command is executed). Should be prepended by `./`.
1313

1414
```console
15-
$ srun --environment=./debian.toml cat /etc/os-release # (1)
15+
$ srun --environment=./debian.toml cat /etc/os-release # (x)
1616
```
17-
1. Assuming `debian.toml` is in the current folder.
17+
x. Assuming `debian.toml` is in the current folder.
1818

1919
3. **From EDF search paths**: the name of EDF in [EDF search path][ref-ce-edf-search-path]. `--environment` also accepts the EDF filename without the `.toml` extension:
2020

0 commit comments

Comments
 (0)