Skip to content

Commit bfbc3a6

Browse files
committed
fix: typo, missing line break
1 parent 7cf6c86 commit bfbc3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/further.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A command line invocation of the plugin could look like:
3434
```console
3535
$ snakemake --executor slurm \
3636
> -j unlimited \ # assuming an unlimited number of jobs
37-
> --workflow-profile <profile directory with a `config.yaml`>
37+
> --workflow-profile <profile directory with a `config.yaml`> \
3838
> --configfile config/config.yaml \
3939
> --directory <path> # assuming a data path on a different file system than the workflow
4040
```

0 commit comments

Comments
 (0)