Skip to content

Commit 6e6ed62

Browse files
committed
Update run.md
1 parent e0265ec commit 6e6ed62

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/software/container-engine/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are three ways to do so:
1515
$ srun --environment=./.edf/ubuntu.toml echo "Hello" # from ${HOME}.
1616
```
1717

18-
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that `--environment` accepts the EDF filename **without** the `.toml` extension:
18+
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that in this way, `--environment` accepts the EDF filename **without** the `.toml` extension.
1919

2020
```console
2121
$ srun --environment=ubuntu echo "Hello"

0 commit comments

Comments
 (0)