From a039f1998a1ec10d5561ed3ca6d1b23439ed1cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=A5=BD=E5=9D=82=E3=82=A2=E3=82=A4=E3=83=AA?= =?UTF-8?q?=E3=82=B9?= Date: Tue, 27 May 2025 11:38:45 +0800 Subject: [PATCH] fix: update example usage in sync-upstream.sh to reflect correct branch name --- scripts/sync-upstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-upstream.sh b/scripts/sync-upstream.sh index 741f365..9122022 100755 --- a/scripts/sync-upstream.sh +++ b/scripts/sync-upstream.sh @@ -2,7 +2,7 @@ # filepath: sync-upstream.sh # 用法: ./sync-upstream.sh -# 示例: ./sync-upstream.sh upstream/main /tmp/astro-protect +# 示例: ./sync-upstream.sh upstream/master /tmp/astro-protect set -e