From 1f2e8eceb32b8b700490e924c42d794072d525e5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 30 Mar 2020 18:01:40 +0200 Subject: [PATCH] update check --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29fc469..69f7d6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,5 +21,5 @@ jobs: - script: | sudo docker run --rm -i \ -v $(pwd):/mnt:ro koalaman/shellcheck:$(versionShellCheck) \ - hassio_install.sh files/hassio-apparmor files/hassio-supervisor + install.sh files/hassio-apparmor files/hassio-supervisor files/ha displayName: 'Run ShellCheck'