Skip to content

Commit

Permalink
Merge pull request #1053 from mariusvniekerk/master
Browse files Browse the repository at this point in the history
Fix azure ci utils
  • Loading branch information
CJ-Wright authored Mar 21, 2019
2 parents 534e49f + 8d599bf commit 8148ead
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 8148ead

Please sign in to comment.