Skip to content

Commit

Permalink
Add itemize changes to rsync command when creating plugin pr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Dec 31, 2023
1 parent fb46ce2 commit e833d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow_scripts/create_plugin_pr_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# File Created: Friday, 26th August 2022 8:17:10 pm
# Author: Josh.5 ([email protected])
# -----
# Last Modified: Saturday, 30th December 2023 2:19:03 am
# Last Modified: Monday, 1st January 2024 12:09:13 pm
# Modified By: Josh.5 ([email protected])
###
#
Expand Down Expand Up @@ -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' \
Expand Down

0 comments on commit e833d0f

Please sign in to comment.