Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Oct 28, 2020
1 parent fd82329 commit e067a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/service_discovery/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def extract_agent_config(config):
backend = config.get('Main', 'service_discovery_backend')
if backend in SD_BACKENDS:
agentConfig['service_discovery'] = True
else
else:
log.error("The backend {0} is not supported. "
"Service discovery won't be enabled.".format(backend))
agentConfig['service_discovery'] = False
Expand Down

0 comments on commit e067a54

Please sign in to comment.