From 36b1a89f93873d08b4b875661a53b934ed467911 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 16 May 2019 08:57:43 +0200 Subject: [PATCH] Fix Hassio-version for Azure Pipelines (#23895) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd45c334cf3..ceccb39d5f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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