From e833d0f0554fd5905484f685a8bc0811d31bbd13 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Mon, 1 Jan 2024 12:10:05 +1300 Subject: [PATCH] Add itemize changes to rsync command when creating plugin pr branch --- .github/workflow_scripts/create_plugin_pr_branch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow_scripts/create_plugin_pr_branch.sh b/.github/workflow_scripts/create_plugin_pr_branch.sh index f2735f0a0..aa7b79567 100755 --- a/.github/workflow_scripts/create_plugin_pr_branch.sh +++ b/.github/workflow_scripts/create_plugin_pr_branch.sh @@ -5,7 +5,7 @@ # File Created: Friday, 26th August 2022 8:17:10 pm # Author: Josh.5 (jsunnex@gmail.com) # ----- -# Last Modified: Saturday, 30th December 2023 2:19:03 am +# Last Modified: Monday, 1st January 2024 12:09:13 pm # Modified By: Josh.5 (jsunnex@gmail.com) ### # @@ -75,7 +75,7 @@ pushd "${repo_root_path}" &> /dev/null echo -e "\n*** Installing files from plugin git repo to this repository's source directory" mkdir -p "${repo_root_path}/source/${plugin_id}" ls -la "${plugin_location}/" -rsync -avh --delete \ +rsync -avhi --delete \ --exclude='.git/' \ --exclude='.github/' \ --exclude='.gitmodules' \