From 136d2acc268bbef5e189bfbfc8840ae774b3b6bb Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Sat, 24 May 2025 20:42:11 +0200 Subject: [PATCH] update submodule --- themes/launcher | 2 +- update.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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