Fix typo in azure-pipelines-ci.yml

pull/25190/head
Paulus Schoutsen 2019-07-16 08:47:07 -07:00
parent 9c2625f0a5
commit b52848d376
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ stages:
dependsOn:
- 'Overview'
jobs:
- job: 'Pytlint'
- job: 'Pylint'
pool:
vmImage: 'ubuntu-latest'
container: $[ variables['PythonMain'] ]