Skip to content

Commit e0265ec

Browse files
authored
Update run.md
1 parent c40747a commit e0265ec

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]. `--environment` also 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 `--environment` accepts the EDF filename **without** the `.toml` extension:
1919

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

0 commit comments

Comments
 (0)