Skip to content

Commit 492a5a6

Browse files
committed
docs: fix typo
1 parent c20f1d5 commit 492a5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ integration:
240240
on:
241241
- DownloadDirectoryComplete
242242
run:
243-
command: '/autotag.sh'
243+
command: "/autotag.sh"
244244
```
245245
246-
And have the executable script `/autotag.sh` with the following torrent. Slskd will have `SLSKD_SCRIPT_DATA` variable as a json string with `localDirectoryName` key being the path of the directory. See the [scripts](https://github.com/slskd/slskd/blob/master/docs/config.md#scripts) documentation and all avialable [events](https://github.com/slskd/slskd/blob/master/src/slskd/Events/Types/Events.cs).
246+
And have the executable script `/autotag.sh` with the following torrent. Slskd will have `SLSKD_SCRIPT_DATA` variable as a json string with `localDirectoryName` key being the path of the directory. See the [scripts](https://github.com/slskd/slskd/blob/master/docs/config.md#scripts) documentation and all available [events](https://github.com/slskd/slskd/blob/master/src/slskd/Events/Types/Events.cs).
247247

248248
```bash
249249
#!/usr/bin/bash

0 commit comments

Comments
 (0)