From 29308af24c7e63204e87bb6d33997d2c27b81c1c Mon Sep 17 00:00:00 2001 From: beefchimi Date: Fri, 22 Nov 2024 17:18:01 -0500 Subject: [PATCH] :recycle: [Scripts] Update source repo --- scripts/gh-label-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gh-label-sync.sh b/scripts/gh-label-sync.sh index 8efaf5c..48b1e4f 100755 --- a/scripts/gh-label-sync.sh +++ b/scripts/gh-label-sync.sh @@ -12,7 +12,7 @@ ghLabelSync() { return 1 fi - local REPO_SOURCE="beefchimi/template-common" + local REPO_SOURCE="beefchimi/template-vite-react" local REPO_TARGET="beefchimi/$REPO_NAME" # Fetch labels from the source repository