Skip to content

Commit

Permalink
fix: remove dry-run on qbtools
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 12, 2023
1 parent 8dcab6c commit dc36659
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
"--exclude-category", "music.collection",
"--exclude-category", "music.import",
"--include-tag", "unregistered",
"--dry-run",
# "--dry-run",
"--server", "qbittorrent.default.svc.cluster.local",
"--port", "80"
]
Expand All @@ -86,7 +86,7 @@ spec:
"--exclude-category", "overlord",
"--include-tag", "expired", # defined in config.yaml
"--include-tag", "added:7d",
"--dry-run",
# "--dry-run",
"--server", "qbittorrent.default.svc.cluster.local",
"--port", "80"
]
Expand All @@ -111,7 +111,7 @@ spec:
"--exclude-pattern", "*_unpackerred",
"--exclude-pattern", "*/manual/*",
"--exclude-pattern", "*/music.import/*",
"--dry-run",
# "--dry-run",
"--server", "qbittorrent.default.svc.cluster.local",
"--port", "80"
]
Expand Down

0 comments on commit dc36659

Please sign in to comment.