-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add itemize changes to rsync command when creating plugin pr branch
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
### | ||
# | ||
|
@@ -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' \ | ||
|