Fix Hassio-version for Azure Pipelines (#23895)

pull/23826/head
Pascal Vizeli 2019-05-16 08:57:43 +02:00 committed by GitHub
parent 6b359c95da
commit 36b1a89f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ jobs:
git config --global user.email "pvizeli@syshack.ch"
git config --global credential.helper store
echo "https://$(githubToken):x-oauth-basic@github.com > $HOME\.git-credentials
echo "https://$(githubToken):x-oauth-basic@github.com" > $HOME\.git-credentials
displayName: 'Install requirements'
- script: |
set -e