Fix auto version update Hass.io (#23935)

This commit is contained in:
Pascal Vizeli 2019-05-17 09:39:36 +02:00 committed by Paulus Schoutsen
parent e12222697c
commit c5bd6b3d6b

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