Fix typo in qBittorrent (#602)

* Fix typo in qBittorrent download folder path

* Fix typo in qBittorrent download folder path desc.
This commit is contained in:
BynariStar 2022-01-17 15:01:48 +02:00 committed by GitHub
parent 9f9c2c2a39
commit 8b19024e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ caproverOneClickApp:
validRegex: /\d/ validRegex: /\d/
- id: $$cap_path_to_downloads - id: $$cap_path_to_downloads
label: Path to downloads folder label: Path to downloads folder
defaultValue: qbittorent-downloads defaultValue: qbittorrent-downloads
description: Path to downloads folder where u want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/downloads/ description: Path to downloads folder where you want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/downloads/
validRegex: /.{1,}/ validRegex: /.{1,}/
instructions: instructions:
start: >- start: >-