From 5d983d0b61151a34e4369b220a9c90f9893e63f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 17 May 2019 09:39:36 +0200 Subject: [PATCH] Fix auto version update Hass.io (#23935) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cb262daa5e..02211dca902 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -160,7 +160,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