mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fix flag name in message
This commit is contained in:
@@ -70,8 +70,8 @@ class BaseProvider(BaseSource):
|
||||
if not unsupported_pools:
|
||||
continue
|
||||
unsupported_pools = ','.join(unsupported_pools)
|
||||
msg = f'"up" flag used in pools {unsupported_pools} in ' \
|
||||
f'{record.fqdn} is not supported'
|
||||
msg = f'"status" flag used in pools {unsupported_pools}' \
|
||||
f' in {record.fqdn} is not supported'
|
||||
fallback = 'will ignore it and respect the healthcheck'
|
||||
self.supports_warn_or_except(msg, fallback)
|
||||
record = record.copy()
|
||||
|
||||
Reference in New Issue
Block a user