Fix typo in azure-pipelines-ci.yml

This commit is contained in:
Paulus Schoutsen 2019-07-16 08:47:07 -07:00
parent 9c2625f0a5
commit b52848d376

View File

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