Skip to content

Commit

Permalink
Fix azure ci utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk committed Mar 21, 2019
1 parent 534e49f commit 8d599bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/azure_ci_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_service_endpoint(config: AzureConfig = default_config):
project=config.project_name, type="GitHub"
)
for service_endpoint in endpoints:
if service_endpoint.name == config.azure_org_or_user:
if service_endpoint.name == config.org_or_user:
return service_endpoint
else:
raise KeyError("Service endpoint not found")
Expand Down

0 comments on commit 8d599bf

Please sign in to comment.