diff options
| author | BynariStar <[email protected]> | 2022-01-17 15:01:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-17 05:01:48 -0800 |
| commit | 8b19024e01a8d8ee3ac6cc15da92fa222bc0dc10 (patch) | |
| tree | 450a2e5c2e5fc828174dab65467dc893cbe04d52 | |
| parent | 9f9c2c2a39d7b1840520e2c4fa1dd8d9e703e232 (diff) | |
| download | caprover-one-click-apps-8b19024e01a8d8ee3ac6cc15da92fa222bc0dc10.tar.gz caprover-one-click-apps-8b19024e01a8d8ee3ac6cc15da92fa222bc0dc10.zip | |
Fix typo in qBittorrent (#602)
* Fix typo in qBittorrent download folder path
* Fix typo in qBittorrent download folder path desc.
| -rw-r--r-- | public/v4/apps/qbittorrent.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/qbittorrent.yml b/public/v4/apps/qbittorrent.yml index a2b261b..6184fe2 100644 --- a/public/v4/apps/qbittorrent.yml +++ b/public/v4/apps/qbittorrent.yml @@ -34,8 +34,8 @@ caproverOneClickApp: validRegex: /\d/ - id: $$cap_path_to_downloads label: Path to downloads folder - defaultValue: qbittorent-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/ + defaultValue: qbittorrent-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,}/ instructions: start: >- |
