From 09be42f8aa8a69771e7a3a219ee29ab8018e7495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Wed, 25 Sep 2024 10:35:11 +0800 Subject: [PATCH] Fixed bug that split cannot work with `.github` (#7089) --- bin/split-linux.sh | 1 + bin/split.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/split-linux.sh b/bin/split-linux.sh index 99a513346..93ddd4c25 100755 --- a/bin/split-linux.sh +++ b/bin/split-linux.sh @@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then REPOS=$(ls $BASEPATH) fi +remote .github git@github.com:hyperf/.github.git split "src/.github" "git@github.com:hyperf/.github.git" for REPO in $REPOS ; do diff --git a/bin/split.sh b/bin/split.sh index 626ffc813..54edb3c11 100755 --- a/bin/split.sh +++ b/bin/split.sh @@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then REPOS=$(ls $BASEPATH) fi +remote .github git@github.com:hyperf/.github.git split "src/.github" "git@github.com:hyperf/.github.git" for REPO in $REPOS ; do