mirror of
https://github.com/HariSekhon/DevOps-Bash-tools.git
synced 2025-02-06 09:28:21 +00:00
updated sync_configs_to_adjacent_repos.sh
All checks were successful
SonarCloud / SonarCloud (push) Has been skipped
All checks were successful
SonarCloud / SonarCloud (push) Has been skipped
This commit is contained in:
parent
6f0f8187e4
commit
f38190510b
@ -60,7 +60,7 @@ while read -r repo dir; do
|
||||
if [ $# -gt 0 ]; then
|
||||
echo "$@" | tr '[:space:]' '\n'
|
||||
else
|
||||
sed 's/#.*//; /^[[:space:]]*$/d' "$srcdir/../setup/files.txt" |
|
||||
sed 's/#.*//; /^[[:space:]]*$/d' "$srcdir/../setup/files.txt"
|
||||
fi |
|
||||
while read -r filename; do
|
||||
if [ "$filename" = .gitignore ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user