Skip to content

Commit da80b97

Browse files
committed
Update run.md
1 parent 4715195 commit da80b97

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
@@ -12,7 +12,7 @@ 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=./.edf/ubuntu.toml echo "Hello" # currently at ${HOME}
15+
$ srun --environment=./.edf/ubuntu.toml echo "Hello" # currently at ${HOME}.
1616
```
1717

1818
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:

0 commit comments

Comments
 (0)