Skip to content

Commit e3a881f

Browse files
committed
Typo fix in examples
1 parent b168fc1 commit e3a881f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ services:
222222
# REMOVE_FAILED_DOWNLOADS: True
223223
# REMOVE_FAILED_IMPORTS: |
224224
# message_patterns:
225-
# - Not a Custom Format upgrade for existing*
226-
# - Not an upgrade for existing*
227-
# - \*Found potentially dangerous file with extension*
225+
# - "Not a Custom Format upgrade for existing*"
226+
# - "Not an upgrade for existing*"
227+
# - "*Found potentially dangerous file with extension*"
228228
# REMOVE_METADATA_MISSING: |
229229
# max_strikes: 3
230230
# REMOVE_MISSING_FILES: True

config/config_example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
remove_failed_downloads:
2121
remove_failed_imports:
2222
message_patterns:
23-
- Not a Custom Format upgrade for existing*
24-
- Not an upgrade for existing*
25-
# - \*Found potentially dangerous file with extension*
23+
- "Not a Custom Format upgrade for existing*"
24+
- "Not an upgrade for existing*"
25+
- "*Found potentially dangerous file with extension*"
2626
remove_metadata_missing:
2727
# max_strikes: 3
2828
remove_missing_files:

0 commit comments

Comments
 (0)