diff --git a/themes/launcher b/themes/launcher index 71193a2..1d10d65 160000 --- a/themes/launcher +++ b/themes/launcher @@ -1 +1 @@ -Subproject commit 71193a2e50b03bf46f16a37cdea357740563fb74 +Subproject commit 1d10d65adbc35c4f18945fe4edc41b10a6177365 diff --git a/update.sh b/update.sh index c1e2cdf..5ec04d4 100755 --- a/update.sh +++ b/update.sh @@ -1,9 +1,9 @@ #!/bin/bash -./update-submodule.sh - cd -- "$(dirname -- "${BASH_SOURCE[0]}" )" +./update-submodule.sh + if ! [[ $(git submodule update --checkout themes/launcher) ]]; then # no updates if ! [[ ${FORCE_HUGO_UPDATE} == 1 ]]; then