mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix typo in SUPPORTS_MULTIVALUE_PTR flag name
This commit is contained in:
@@ -66,7 +66,7 @@ class BaseProvider(BaseSource):
|
||||
record.dynamic = None
|
||||
desired.add_record(record, replace=True)
|
||||
elif record._type == 'PTR' and len(record.values) > 1 and \
|
||||
not self.SUPPORTS_MUTLIVALUE_PTR:
|
||||
not self.SUPPORTS_MULTIVALUE_PTR:
|
||||
# replace with a single-value copy
|
||||
msg = \
|
||||
f'multi-value PTR records not supported for {record.fqdn}'
|
||||
|
Reference in New Issue
Block a user