diff --git a/build-scripts/frontend-build-env/create_frontend.sh b/build-scripts/frontend-build-env/create_frontend.sh index 3dcfa9d..d092edb 100755 --- a/build-scripts/frontend-build-env/create_frontend.sh +++ b/build-scripts/frontend-build-env/create_frontend.sh @@ -73,7 +73,7 @@ BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH} WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-frontend echo "[INFO] Checkout hass.io repository" - if [ ! -d "$WORKSPACE" ]; then +if [ ! -d "$WORKSPACE" ]; then git clone "$REPOSITORY" "$WORKSPACE" cd "$WORKSPACE" && git checkout -b "$BRANCH" git submodule update --init --recursive --remote diff --git a/resinhup b/resinhup index 1bc32be..122cd97 160000 --- a/resinhup +++ b/resinhup @@ -1 +1 @@ -Subproject commit 1bc32be613f093f52a0a8f1c103d076212ec97b1 +Subproject commit 122cd97adcb6b4f0ed1a9e54c7d04e303286db78