From 56daed00cc78f485937bdda83d23c0a6184133a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 22 Sep 2025 23:43:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(ensure-apk-packages.sh):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=97=A5=E5=BF=97=E6=97=B6=E9=97=B4=E6=88=B3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=A4=9A=E4=BD=99=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ensure-apk-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ensure-apk-packages.sh b/ensure-apk-packages.sh index f7a733a..b9d82b0 100644 --- a/ensure-apk-packages.sh +++ b/ensure-apk-packages.sh @@ -2,7 +2,7 @@ set -eu log() { - echo "[init] $(date -u '+%Y-%m-%dT%H:%M:%SZ') $*" + echo "$(date -u '+%Y-%m-%dT%H:%M:%SZ') $*" } if [ "$#" -eq 0 ]; then